Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
- BlockDataObject,- EntityDataObject,- StorageDataObject
public interface DataCommandObject
- Mappings:
- Namespace - Name - named - net/minecraft/command/DataCommandObject- intermediary - net/minecraft/class_3162- official - apn
- 
Method SummaryModifier and TypeMethodDescriptionfeedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result) feedbackQuery(NbtElement element) getNbt()voidsetNbt(NbtCompound nbt) 
- 
Method Details- 
setNbt- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - setNbt- Lnet/minecraft/command/DataCommandObject;setNbt(Lnet/minecraft/nbt/NbtCompound;)V- intermediary - method_13880- Lnet/minecraft/class_3162;method_13880(Lnet/minecraft/class_2487;)V- official - a- Lapn;a(Ltq;)V
 
- 
getNbt- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - getNbt- Lnet/minecraft/command/DataCommandObject;getNbt()Lnet/minecraft/nbt/NbtCompound;- intermediary - method_13881- Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;- official - a- Lapn;a()Ltq;
 
- 
feedbackModifyText feedbackModify()- Mappings:
- Namespace - Name - Mixin selector - named - feedbackModify- Lnet/minecraft/command/DataCommandObject;feedbackModify()Lnet/minecraft/text/Text;- intermediary - method_13883- Lnet/minecraft/class_3162;method_13883()Lnet/minecraft/class_2561;- official - b- Lapn;b()Lwp;
 
- 
feedbackQuery- Mappings:
- Namespace - Name - Mixin selector - named - feedbackQuery- Lnet/minecraft/command/DataCommandObject;feedbackQuery(Lnet/minecraft/nbt/NbtElement;)Lnet/minecraft/text/Text;- intermediary - method_13882- Lnet/minecraft/class_3162;method_13882(Lnet/minecraft/class_2520;)Lnet/minecraft/class_2561;- official - a- Lapn;a(Lun;)Lwp;
 
- 
feedbackGet- Mappings:
- Namespace - Name - Mixin selector - named - feedbackGet- Lnet/minecraft/command/DataCommandObject;feedbackGet(Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;DI)Lnet/minecraft/text/Text;- intermediary - method_13879- Lnet/minecraft/class_3162;method_13879(Lnet/minecraft/class_2203$class_2209;DI)Lnet/minecraft/class_2561;- official - a- Lapn;a(Lfp$g;DI)Lwp;
 
 
-