Package net.minecraft.loot.context
Enum LootContext.EntityTarget
- All Implemented Interfaces:
Serializable
,Comparable<LootContext.EntityTarget>
,java.lang.constant.Constable
- Enclosing class:
- LootContext
public static enum LootContext.EntityTarget extends Enum<LootContext.EntityTarget>
- Mappings:
Namespace Name official dei$c
intermediary net/minecraft/class_47$class_50
named net/minecraft/loot/context/LootContext$EntityTarget
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LootContext.EntityTarget.Serializer
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description DIRECT_KILLER
KILLER
KILLER_PLAYER
THIS
-
Field Summary
Fields Modifier and Type Field Description private LootContextParameter<? extends Entity>
parameter
private String
type
-
Constructor Summary
Constructors Modifier Constructor Description private
EntityTarget(String type, LootContextParameter<? extends Entity> parameter)
-
Method Summary
Modifier and Type Method Description static LootContext.EntityTarget
fromString(String type)
LootContextParameter<? extends Entity>
getParameter()
static LootContext.EntityTarget
valueOf(String name)
Returns the enum constant of this type with the specified name.static LootContext.EntityTarget[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
THIS
- Mappings:
Namespace Name Mixin selector official a
Ldei$c;a:Ldei$c;
intermediary field_935
Lnet/minecraft/class_47$class_50;field_935:Lnet/minecraft/class_47$class_50;
named THIS
Lnet/minecraft/loot/context/LootContext$EntityTarget;THIS:Lnet/minecraft/loot/context/LootContext$EntityTarget;
-
KILLER
- Mappings:
Namespace Name Mixin selector official b
Ldei$c;b:Ldei$c;
intermediary field_936
Lnet/minecraft/class_47$class_50;field_936:Lnet/minecraft/class_47$class_50;
named KILLER
Lnet/minecraft/loot/context/LootContext$EntityTarget;KILLER:Lnet/minecraft/loot/context/LootContext$EntityTarget;
-
DIRECT_KILLER
- Mappings:
Namespace Name Mixin selector official c
Ldei$c;c:Ldei$c;
intermediary field_939
Lnet/minecraft/class_47$class_50;field_939:Lnet/minecraft/class_47$class_50;
named DIRECT_KILLER
Lnet/minecraft/loot/context/LootContext$EntityTarget;DIRECT_KILLER:Lnet/minecraft/loot/context/LootContext$EntityTarget;
-
KILLER_PLAYER
- Mappings:
Namespace Name Mixin selector official d
Ldei$c;d:Ldei$c;
intermediary field_937
Lnet/minecraft/class_47$class_50;field_937:Lnet/minecraft/class_47$class_50;
named KILLER_PLAYER
Lnet/minecraft/loot/context/LootContext$EntityTarget;KILLER_PLAYER:Lnet/minecraft/loot/context/LootContext$EntityTarget;
-
-
Field Details
-
type
- Mappings:
Namespace Name Mixin selector official e
Ldei$c;e:Ljava/lang/String;
intermediary field_941
Lnet/minecraft/class_47$class_50;field_941:Ljava/lang/String;
named type
Lnet/minecraft/loot/context/LootContext$EntityTarget;type:Ljava/lang/String;
-
parameter
- Mappings:
Namespace Name Mixin selector official f
Ldei$c;f:Ldgl;
intermediary field_938
Lnet/minecraft/class_47$class_50;field_938:Lnet/minecraft/class_169;
named parameter
Lnet/minecraft/loot/context/LootContext$EntityTarget;parameter:Lnet/minecraft/loot/context/LootContextParameter;
-
-
Constructor Details
-
EntityTarget
- Mappings:
Namespace Name Mixin selector official <init>
Ldei$c;<init>(Ljava/lang/String;ILjava/lang/String;Ldgl;)V
intermediary <init>
Lnet/minecraft/class_47$class_50;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_169;)V
named <init>
Lnet/minecraft/loot/context/LootContext$EntityTarget;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/loot/context/LootContextParameter;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getParameter
- Mappings:
Namespace Name Mixin selector official a
Ldei$c;a()Ldgl;
intermediary method_315
Lnet/minecraft/class_47$class_50;method_315()Lnet/minecraft/class_169;
named getParameter
Lnet/minecraft/loot/context/LootContext$EntityTarget;getParameter()Lnet/minecraft/loot/context/LootContextParameter;
-
fromString
- Mappings:
Namespace Name Mixin selector official a
Ldei$c;a(Ljava/lang/String;)Ldei$c;
intermediary method_314
Lnet/minecraft/class_47$class_50;method_314(Ljava/lang/String;)Lnet/minecraft/class_47$class_50;
named fromString
Lnet/minecraft/loot/context/LootContext$EntityTarget;fromString(Ljava/lang/String;)Lnet/minecraft/loot/context/LootContext$EntityTarget;
-