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.stateFields in net.minecraft.client.render.entity.state declared as SalmonEntity.Variant
- 
Uses of SalmonEntity.Variant in net.minecraft.entity.passiveFields 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_INDEXMethods in net.minecraft.entity.passive that return SalmonEntity.VariantModifier and TypeMethodDescription(package private) static SalmonEntity.VariantSalmonEntity.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.Variant
- 
Uses of SalmonEntity.Variant in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity with type parameters of type SalmonEntity.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicateTypes.VariantType<SalmonEntity.Variant> EntitySubPredicateTypes.SALMON