Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
BlockDataObject,EntityDataObject,StorageDataObject
public interface DataCommandObject
- Mappings:
Namespace Name official zpintermediary 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(Tag tag)CompoundTaggetTag()voidsetTag(CompoundTag tag)
-
Method Details
-
setTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLzp;a(Lmq;)Vintermediary method_13880Lnet/minecraft/class_3162;method_13880(Lnet/minecraft/class_2487;)Vnamed setTagLnet/minecraft/command/DataCommandObject;setTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLzp;a()Lmq;intermediary method_13881Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;named getTagLnet/minecraft/command/DataCommandObject;getTag()Lnet/minecraft/nbt/CompoundTag;
-
feedbackModify
Text feedbackModify()- Mappings:
Namespace Name Mixin selector official bLzp;b()Loi;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 aLzp;a(Lni;)Loi;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/Tag;)Lnet/minecraft/text/Text;
-
feedbackGet
- Mappings:
Namespace Name Mixin selector official aLzp;a(Ldr$g;DI)Loi;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;
-