Uses of Enum Class
net.minecraft.world.entity.animal.Salmon.Variant
Packages that use Salmon.Variant
Package
Description
-
Uses of Salmon.Variant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type Salmon.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicates.EntityVariantPredicateType
<Salmon.Variant> EntitySubPredicates.SALMON
-
Uses of Salmon.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Salmon.Variant -
Uses of Salmon.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type Salmon.VariantModifier and TypeFieldDescription(package private) static final IntFunction
<Salmon.Variant> Salmon.Variant.BY_ID
static final StringRepresentable.EnumCodec
<Salmon.Variant> Salmon.Variant.CODEC
Methods in net.minecraft.world.entity.animal that return Salmon.VariantModifier and TypeMethodDescription(package private) static Salmon.Variant
Salmon.getVariant()
static Salmon.Variant
Returns the enum constant of this class with the specified name.static Salmon.Variant[]
Salmon.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.animal with parameters of type Salmon.Variant