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 apu
-
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 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
Lapu;a(Lus;)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
Lapu;a()Lus;
-
feedbackModify
Text 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
Lapu;b()Lxp;
-
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
Lapu;a(Lvp;)Lxp;
-
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
Lapu;a(Lfh$g;DI)Lxp;
-