Uses of Enum Class
net.minecraft.entity.passive.SalmonEntity.Variant
Packages that use SalmonEntity.Variant
Package
Description
-
Uses of SalmonEntity.Variant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as SalmonEntity.Variant -
Uses of SalmonEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type SalmonEntity.VariantModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<SalmonEntity.Variant> SalmonEntity.Variant.CODEC
(package private) static final IntFunction
<SalmonEntity.Variant> SalmonEntity.Variant.FROM_INDEX
Methods in net.minecraft.entity.passive that return SalmonEntity.VariantModifier and TypeMethodDescription(package private) static SalmonEntity.Variant
SalmonEntity.getVariant()
static SalmonEntity.Variant
Returns the enum constant of this class with the specified name.static SalmonEntity.Variant[]
SalmonEntity.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type SalmonEntity.Variant -
Uses of SalmonEntity.Variant in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type SalmonEntity.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicateTypes.VariantType
<SalmonEntity.Variant> EntitySubPredicateTypes.SALMON