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.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Salmon.Variant -
Uses of Salmon.Variant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type Salmon.VariantModifier and TypeFieldDescriptionstatic final DataComponentType
<Salmon.Variant> DataComponents.SALMON_SIZE
-
Uses of Salmon.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Salmon.VariantFields 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
static final StreamCodec
<io.netty.buffer.ByteBuf, Salmon.Variant> Salmon.Variant.STREAM_CODEC
Methods in net.minecraft.world.entity.animal that return Salmon.VariantModifier and TypeMethodDescriptionSalmon.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