Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
BlockDataObject,EntityDataObject,StorageDataObject
public interface DataCommandObject
- Mappings:
Namespace Name official aadintermediary net/minecraft/class_3162named net/minecraft/command/DataCommandObject
-
Method Summary
Modifier and Type Method Description TextfeedbackGet(NbtPathArgumentType.NbtPath nbtPath, double scale, int result)TextfeedbackModify()TextfeedbackQuery(NbtElement tag)NbtCompoundgetTag()voidsetTag(NbtCompound tag)
-
Method Details
-
setTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLaad;a(Lmv;)Vintermediary method_13880Lnet/minecraft/class_3162;method_13880(Lnet/minecraft/class_2487;)Vnamed setTagLnet/minecraft/command/DataCommandObject;setTag(Lnet/minecraft/nbt/NbtCompound;)V
-
getTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLaad;a()Lmv;intermediary method_13881Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;named getTagLnet/minecraft/command/DataCommandObject;getTag()Lnet/minecraft/nbt/NbtCompound;
-
feedbackModify
Text feedbackModify()- Mappings:
Namespace Name Mixin selector official bLaad;b()Lon;intermediary method_13883Lnet/minecraft/class_3162;method_13883()Lnet/minecraft/class_2561;named feedbackModifyLnet/minecraft/command/DataCommandObject;feedbackModify()Lnet/minecraft/text/Text;
-
feedbackQuery
- Mappings:
Namespace Name Mixin selector official aLaad;a(Lnn;)Lon;intermediary method_13882Lnet/minecraft/class_3162;method_13882(Lnet/minecraft/class_2520;)Lnet/minecraft/class_2561;named feedbackQueryLnet/minecraft/command/DataCommandObject;feedbackQuery(Lnet/minecraft/nbt/NbtElement;)Lnet/minecraft/text/Text;
-
feedbackGet
- Mappings:
Namespace Name Mixin selector official aLaad;a(Ldw$g;DI)Lon;intermediary method_13879Lnet/minecraft/class_3162;method_13879(Lnet/minecraft/class_2203$class_2209;DI)Lnet/minecraft/class_2561;named feedbackGetLnet/minecraft/command/DataCommandObject;feedbackGet(Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;DI)Lnet/minecraft/text/Text;
-