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.component
Fields in net.minecraft.component with type parameters of type SalmonEntity.VariantModifier and TypeFieldDescriptionstatic final ComponentType
<SalmonEntity.Variant> DataComponentTypes.SALMON_SIZE
-
Uses of SalmonEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as SalmonEntity.VariantFields 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
static final PacketCodec
<ByteBuf, SalmonEntity.Variant> SalmonEntity.Variant.PACKET_CODEC
Methods in net.minecraft.entity.passive that return SalmonEntity.VariantModifier and TypeMethodDescriptionSalmonEntity.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.VariantModifier and TypeMethodDescriptionprivate void
SalmonEntity.setVariant
(SalmonEntity.Variant variant)