Package net.minecraft.command
Class EntityDataObject
java.lang.Object
net.minecraft.command.EntityDataObject
- All Implemented Interfaces:
- DataCommandObject
- Mappings:
- Namespace - Name - official - agz- intermediary - net/minecraft/class_3169- named - net/minecraft/command/EntityDataObject
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Entityprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypestatic final Function<String,DataCommand.ObjectType> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfeedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result) feedbackQuery(NbtElement element) getNbt()voidsetNbt(NbtCompound nbt) 
- 
Field Details- 
INVALID_ENTITY_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_ENTITY_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagz;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13799- Lnet/minecraft/class_3169;field_13799:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- named - INVALID_ENTITY_EXCEPTION- Lnet/minecraft/command/EntityDataObject;INVALID_ENTITY_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
TYPE_FACTORY- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagz;a:Ljava/util/function/Function;- intermediary - field_13800- Lnet/minecraft/class_3169;field_13800:Ljava/util/function/Function;- named - TYPE_FACTORY- Lnet/minecraft/command/EntityDataObject;TYPE_FACTORY:Ljava/util/function/Function;
 
- 
entity- Mappings:
- Namespace - Name - Mixin selector - official - c- Lagz;c:Lbfj;- intermediary - field_13801- Lnet/minecraft/class_3169;field_13801:Lnet/minecraft/class_1297;- named - entity- Lnet/minecraft/command/EntityDataObject;entity:Lnet/minecraft/entity/Entity;
 
 
- 
- 
Constructor Details- 
EntityDataObject- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lagz;<init>(Lbfj;)V- intermediary - <init>- Lnet/minecraft/class_3169;<init>(Lnet/minecraft/class_1297;)V- named - <init>- Lnet/minecraft/command/EntityDataObject;<init>(Lnet/minecraft/entity/Entity;)V
 
 
- 
- 
Method Details- 
setNbt- Specified by:
- setNbtin interface- DataCommandObject
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagx;a(Lqr;)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- Specified by:
- getNbtin interface- DataCommandObject
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagx;a()Lqr;- 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- Specified by:
- feedbackModifyin interface- DataCommandObject
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagx;b()Lsw;- 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- Specified by:
- feedbackQueryin interface- DataCommandObject
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagx;a(Lrk;)Lsw;- 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- Specified by:
- feedbackGetin interface- DataCommandObject
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagx;a(Leh$g;DI)Lsw;- 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;
 
 
-