Package net.minecraft.command
Class EntityDataObject
java.lang.Object
net.minecraft.command.EntityDataObject
- All Implemented Interfaces:
DataCommandObject
public class EntityDataObject extends Object implements DataCommandObject
- Mappings:
Namespace Name official zr
intermediary net/minecraft/class_3169
named net/minecraft/command/EntityDataObject
-
Field Summary
Fields Modifier and Type Field Description private Entity
entity
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
INVALID_ENTITY_EXCEPTION
static Function<String,DataCommand.ObjectType>
TYPE_FACTORY
-
Constructor Summary
Constructors Constructor Description EntityDataObject(Entity entity)
-
Method Summary
Modifier and Type Method Description Text
feedbackGet(NbtPathArgumentType.NbtPath nbtPath, double scale, int result)
Text
feedbackModify()
Text
feedbackQuery(Tag tag)
CompoundTag
getTag()
void
setTag(CompoundTag tag)
-
Field Details
-
INVALID_ENTITY_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_ENTITY_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lzr;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
Lzr;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
Lzr;c:Laqv;
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>
Lzr;<init>(Laqv;)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
-
setTag
- Specified by:
setTag
in interfaceDataCommandObject
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lzp;a(Lmq;)V
intermediary method_13880
Lnet/minecraft/class_3162;method_13880(Lnet/minecraft/class_2487;)V
named setTag
Lnet/minecraft/command/DataCommandObject;setTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getTag
- Specified by:
getTag
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a()Lmq;
intermediary method_13881
Lnet/minecraft/class_3162;method_13881()Lnet/minecraft/class_2487;
named getTag
Lnet/minecraft/command/DataCommandObject;getTag()Lnet/minecraft/nbt/CompoundTag;
-
feedbackModify
- Specified by:
feedbackModify
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official b
Lzp;b()Loi;
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:
feedbackQuery
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a(Lni;)Loi;
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/Tag;)Lnet/minecraft/text/Text;
-
feedbackGet
- Specified by:
feedbackGet
in interfaceDataCommandObject
- Mappings:
Namespace Name Mixin selector official a
Lzp;a(Ldr$g;DI)Loi;
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;
-