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 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

      public static final Function<String,​DataCommand.ObjectType> 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

      private final Entity 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

      public EntityDataObject​(Entity entity)
      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

      public void setTag​(CompoundTag tag) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      setTag in interface DataCommandObject
      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

      public CompoundTag getTag()
      Specified by:
      getTag in interface DataCommandObject
      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

      public Text feedbackModify()
      Specified by:
      feedbackModify in interface DataCommandObject
      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

      public Text feedbackQuery​(Tag tag)
      Specified by:
      feedbackQuery in interface DataCommandObject
      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

      public Text feedbackGet​(NbtPathArgumentType.NbtPath nbtPath, double scale, int result)
      Specified by:
      feedbackGet in interface DataCommandObject
      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;