Enum Class LootContext.EntityTarget
java.lang.Object
java.lang.Enum<LootContext.EntityTarget>
net.minecraft.world.level.storage.loot.LootContext.EntityTarget
- All Implemented Interfaces:
Serializable
,Comparable<LootContext.EntityTarget>
,Constable
,StringRepresentable
- Enclosing class:
LootContext
public static enum LootContext.EntityTarget
extends Enum<LootContext.EntityTarget>
implements StringRepresentable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringRepresentable
StringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<LootContext.EntityTarget>
private final String
private final LootContextParam<? extends Entity>
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
EntityTarget
(String p_79001_, LootContextParam<? extends Entity> p_79002_) -
Method Summary
Modifier and TypeMethodDescriptionstatic LootContext.EntityTarget
getName()
LootContextParam<? extends Entity>
getParam()
static LootContext.EntityTarget
Returns the enum constant of this class with the specified name.static LootContext.EntityTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
THIS
-
KILLER
-
DIRECT_KILLER
-
KILLER_PLAYER
-
-
Field Details
-
CODEC
-
name
-
param
-
-
Constructor Details
-
EntityTarget
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getParam
-
getName
-
getByName
-
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-