Package net.minecraft.command.impl.data
Interface DataCommand.IModificationType
- Enclosing class:
- DataCommand
static interface DataCommand.IModificationType
-
Method Summary
Modifier and TypeMethodDescriptionint
modify
(com.mojang.brigadier.context.CommandContext<CommandSource> p_modify_1_, CompoundNBT p_modify_2_, NBTPathArgument.NBTPath p_modify_3_, List<INBT> p_modify_4_)
-
Method Details
-
modify
int modify(com.mojang.brigadier.context.CommandContext<CommandSource> p_modify_1_, CompoundNBT p_modify_2_, NBTPathArgument.NBTPath p_modify_3_, List<INBT> p_modify_4_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-