Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
BlockDataObject
,EntityDataObject
,StorageDataObject
public interface DataCommandObject
- Mappings:
Namespace Name official alt
intermediary net/minecraft/class_3162
named net/minecraft/command/DataCommandObject
-
Method Summary
Modifier and TypeMethodDescriptionfeedbackGet
(NbtPathArgumentType.NbtPath path, double scale, int result) feedbackQuery
(NbtElement element) getNbt()
void
setNbt
(NbtCompound nbt)
-
Method Details
-
setNbt
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lalt;a(Lsn;)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
Lalt;a()Lsn;
intermediary method_13881
Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;
named getNbt
Lnet/minecraft/command/DataCommandObject;getNbt()Lnet/minecraft/nbt/NbtCompound;
-
feedbackModify
Text feedbackModify()- Mappings:
Namespace Name Mixin selector official b
Lalt;b()Lvf;
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
Lalt;a(Ltk;)Lvf;
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
Lalt;a(Lek$g;DI)Lvf;
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;
-