Class EntityDataObject

java.lang.Object
net.minecraft.command.EntityDataObject
All Implemented Interfaces:
DataCommandObject

public class EntityDataObject extends Object implements DataCommandObject
Mappings:
Namespace Name
official agi
intermediary net/minecraft/class_3169
named net/minecraft/command/EntityDataObject
  • Field Details

    • INVALID_ENTITY_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_ENTITY_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official b Lagi;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

      public static final Function<String,DataCommand.ObjectType> TYPE_FACTORY
      Mappings:
      Namespace Name Mixin selector
      official a Lagi;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

      private final Entity entity
      Mappings:
      Namespace Name Mixin selector
      official c Lagi;c:Lbdr;
      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

      public EntityDataObject(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lagi;<init>(Lbdr;)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

      public void setNbt(NbtCompound nbt) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      setNbt in interface DataCommandObject
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lagg;a(Lqp;)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

      public NbtCompound getNbt()
      Specified by:
      getNbt in interface DataCommandObject
      Mappings:
      Namespace Name Mixin selector
      official a Lagg;a()Lqp;
      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

      public Text feedbackModify()
      Specified by:
      feedbackModify in interface DataCommandObject
      Mappings:
      Namespace Name Mixin selector
      official b Lagg;b()Lss;
      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

      public Text feedbackQuery(NbtElement element)
      Specified by:
      feedbackQuery in interface DataCommandObject
      Mappings:
      Namespace Name Mixin selector
      official a Lagg;a(Lri;)Lss;
      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

      public Text feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)
      Specified by:
      feedbackGet in interface DataCommandObject
      Mappings:
      Namespace Name Mixin selector
      official a Lagg;a(Lec$g;DI)Lss;
      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;