Enum Class LootContext.EntityTarget

java.lang.Object
java.lang.Enum<LootContext.EntityTarget>
net.minecraft.loot.context.LootContext.EntityTarget
All Implemented Interfaces:
Serializable, Comparable<LootContext.EntityTarget>, Constable, StringIdentifiable
Enclosing class:
LootContext

public static enum LootContext.EntityTarget extends Enum<LootContext.EntityTarget> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/loot/context/LootContext$EntityTarget
intermediary net/minecraft/class_47$class_50
official eqk$b
  • Enum Constant Details

    • THIS

      public static final LootContext.EntityTarget THIS
      Mappings:
      Namespace Name Mixin selector
      named THIS Lnet/minecraft/loot/context/LootContext$EntityTarget;THIS:Lnet/minecraft/loot/context/LootContext$EntityTarget;
      intermediary field_935 Lnet/minecraft/class_47$class_50;field_935:Lnet/minecraft/class_47$class_50;
      official a Leqk$b;a:Leqk$b;
    • KILLER

      public static final LootContext.EntityTarget KILLER
      Mappings:
      Namespace Name Mixin selector
      named KILLER Lnet/minecraft/loot/context/LootContext$EntityTarget;KILLER:Lnet/minecraft/loot/context/LootContext$EntityTarget;
      intermediary field_936 Lnet/minecraft/class_47$class_50;field_936:Lnet/minecraft/class_47$class_50;
      official b Leqk$b;b:Leqk$b;
    • DIRECT_KILLER

      public static final LootContext.EntityTarget DIRECT_KILLER
      Mappings:
      Namespace Name Mixin selector
      named DIRECT_KILLER Lnet/minecraft/loot/context/LootContext$EntityTarget;DIRECT_KILLER:Lnet/minecraft/loot/context/LootContext$EntityTarget;
      intermediary field_939 Lnet/minecraft/class_47$class_50;field_939:Lnet/minecraft/class_47$class_50;
      official c Leqk$b;c:Leqk$b;
    • KILLER_PLAYER

      public static final LootContext.EntityTarget KILLER_PLAYER
      Mappings:
      Namespace Name Mixin selector
      named KILLER_PLAYER Lnet/minecraft/loot/context/LootContext$EntityTarget;KILLER_PLAYER:Lnet/minecraft/loot/context/LootContext$EntityTarget;
      intermediary field_937 Lnet/minecraft/class_47$class_50;field_937:Lnet/minecraft/class_47$class_50;
      official d Leqk$b;d:Leqk$b;
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/loot/context/LootContext$EntityTarget;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
      intermediary field_45792 Lnet/minecraft/class_47$class_50;field_45792:Lnet/minecraft/class_3542$class_7292;
      official e Leqk$b;e:Lazu$a;
    • type

      private final String type
      Mappings:
      Namespace Name Mixin selector
      named type Lnet/minecraft/loot/context/LootContext$EntityTarget;type:Ljava/lang/String;
      intermediary field_941 Lnet/minecraft/class_47$class_50;field_941:Ljava/lang/String;
      official f Leqk$b;f:Ljava/lang/String;
    • parameter

      private final LootContextParameter<? extends Entity> parameter
      Mappings:
      Namespace Name Mixin selector
      named parameter Lnet/minecraft/loot/context/LootContext$EntityTarget;parameter:Lnet/minecraft/loot/context/LootContextParameter;
      intermediary field_938 Lnet/minecraft/class_47$class_50;field_938:Lnet/minecraft/class_169;
      official g Leqk$b;g:Letd;
  • Constructor Details

    • EntityTarget

      private EntityTarget(String type, LootContextParameter<? extends Entity> parameter)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/loot/context/LootContext$EntityTarget;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/loot/context/LootContextParameter;)V
      intermediary <init> Lnet/minecraft/class_47$class_50;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_169;)V
      official <init> Leqk$b;<init>(Ljava/lang/String;ILjava/lang/String;Letd;)V
  • Method Details

    • values

      public static LootContext.EntityTarget[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LootContext.EntityTarget valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getParameter

      public LootContextParameter<? extends Entity> getParameter()
      Mappings:
      Namespace Name Mixin selector
      named getParameter Lnet/minecraft/loot/context/LootContext$EntityTarget;getParameter()Lnet/minecraft/loot/context/LootContextParameter;
      intermediary method_315 Lnet/minecraft/class_47$class_50;method_315()Lnet/minecraft/class_169;
      official a Leqk$b;a()Letd;
    • fromString

      public static LootContext.EntityTarget fromString(String type)
      Mappings:
      Namespace Name Mixin selector
      named fromString Lnet/minecraft/loot/context/LootContext$EntityTarget;fromString(Ljava/lang/String;)Lnet/minecraft/loot/context/LootContext$EntityTarget;
      intermediary method_314 Lnet/minecraft/class_47$class_50;method_314(Ljava/lang/String;)Lnet/minecraft/class_47$class_50;
      official a Leqk$b;a(Ljava/lang/String;)Leqk$b;
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazu;c()Ljava/lang/String;