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_INDEXstatic final PacketCodec<ByteBuf, SalmonEntity.Variant> SalmonEntity.Variant.PACKET_CODECMethods in net.minecraft.entity.passive that return SalmonEntity.VariantModifier and TypeMethodDescriptionSalmonEntity.getVariant()static SalmonEntity.VariantReturns 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 voidSalmonEntity.setVariant(SalmonEntity.Variant variant)