Package net.minecraft.command
Class EntityDataObject
java.lang.Object
net.minecraft.command.EntityDataObject
- All Implemented Interfaces:
DataCommandObject
- Mappings:
Namespace Name named net/minecraft/command/EntityDataObject
intermediary net/minecraft/class_3169
official ard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Entity
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Logger
static final Function
<String, DataCommand.ObjectType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfeedbackGet
(NbtPathArgumentType.NbtPath path, double scale, int result) feedbackQuery
(NbtElement element) getNbt()
void
setNbt
(NbtCompound nbt)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/command/EntityDataObject;LOGGER:Lorg/slf4j/Logger;
intermediary field_60334
Lnet/minecraft/class_3169;field_60334:Lorg/slf4j/Logger;
official b
Lard;b:Lorg/slf4j/Logger;
-
INVALID_ENTITY_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_ENTITY_EXCEPTION- Mappings:
Namespace Name Mixin selector named INVALID_ENTITY_EXCEPTION
Lnet/minecraft/command/EntityDataObject;INVALID_ENTITY_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13799
Lnet/minecraft/class_3169;field_13799:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official c
Lard;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
TYPE_FACTORY
- Mappings:
Namespace Name Mixin selector named TYPE_FACTORY
Lnet/minecraft/command/EntityDataObject;TYPE_FACTORY:Ljava/util/function/Function;
intermediary field_13800
Lnet/minecraft/class_3169;field_13800:Ljava/util/function/Function;
official a
Lard;a:Ljava/util/function/Function;
-
entity
- Mappings:
Namespace Name Mixin selector named entity
Lnet/minecraft/command/EntityDataObject;entity:Lnet/minecraft/entity/Entity;
intermediary field_13801
Lnet/minecraft/class_3169;field_13801:Lnet/minecraft/class_1297;
official d
Lard;d:Lbzm;
-
-
Constructor Details
-
EntityDataObject
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/command/EntityDataObject;<init>(Lnet/minecraft/entity/Entity;)V
intermediary <init>
Lnet/minecraft/class_3169;<init>(Lnet/minecraft/class_1297;)V
official <init>
Lard;<init>(Lbzm;)V
-
-
Method Details
-
setNbt
- Specified by:
setNbt
in interfaceDataCommandObject
- 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
Larb;a(Lui;)V
-
getNbt
- Specified by:
getNbt
in interfaceDataCommandObject
- 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
Larb;a()Lui;
-
feedbackModify
- Specified by:
feedbackModify
in interfaceDataCommandObject
- 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
Larb;b()Lxo;
-
feedbackQuery
- Specified by:
feedbackQuery
in interfaceDataCommandObject
- 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
Larb;a(Lvi;)Lxo;
-
feedbackGet
- Specified by:
feedbackGet
in interfaceDataCommandObject
- 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
Larb;a(Lfe$g;DI)Lxo;
-