Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
- BlockDataObject,- EntityDataObject,- StorageDataObject
public interface DataCommandObject
- Mappings:
- Namespace - Name - official - afa- intermediary - net/minecraft/class_3162- named - net/minecraft/command/DataCommandObject
- 
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 - official - a- Lafa;a(Lpj;)V- intermediary - method_13880- Lnet/minecraft/class_3162;method_13880(Lnet/minecraft/class_2487;)V- named - setNbt- Lnet/minecraft/command/DataCommandObject;setNbt(Lnet/minecraft/nbt/NbtCompound;)V
 
- 
getNbt- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafa;a()Lpj;- intermediary - method_13881- Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;- named - getNbt- Lnet/minecraft/command/DataCommandObject;getNbt()Lnet/minecraft/nbt/NbtCompound;
 
- 
feedbackModifyText feedbackModify()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lafa;b()Lrq;- intermediary - method_13883- Lnet/minecraft/class_3162;method_13883()Lnet/minecraft/class_2561;- named - feedbackModify- Lnet/minecraft/command/DataCommandObject;feedbackModify()Lnet/minecraft/text/Text;
 
- 
feedbackQuery- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafa;a(Lqc;)Lrq;- intermediary - method_13882- Lnet/minecraft/class_3162;method_13882(Lnet/minecraft/class_2520;)Lnet/minecraft/class_2561;- named - feedbackQuery- Lnet/minecraft/command/DataCommandObject;feedbackQuery(Lnet/minecraft/nbt/NbtElement;)Lnet/minecraft/text/Text;
 
- 
feedbackGet- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafa;a(Leh$g;DI)Lrq;- intermediary - method_13879- Lnet/minecraft/class_3162;method_13879(Lnet/minecraft/class_2203$class_2209;DI)Lnet/minecraft/class_2561;- named - feedbackGet- Lnet/minecraft/command/DataCommandObject;feedbackGet(Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;DI)Lnet/minecraft/text/Text;
 
 
-