Uses of Enum Class
net.minecraft.world.entity.animal.fish.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.fish
Subclasses with type arguments of type Salmon.Variant in net.minecraft.world.entity.animal.fishFields in net.minecraft.world.entity.animal.fish declared as Salmon.VariantFields in net.minecraft.world.entity.animal.fish with type parameters of type Salmon.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<Salmon.Variant> Salmon.Variant.BY_IDstatic final StringRepresentable.EnumCodec<Salmon.Variant> Salmon.Variant.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Salmon.Variant> Salmon.Variant.STREAM_CODECMethods in net.minecraft.world.entity.animal.fish that return Salmon.VariantModifier and TypeMethodDescriptionSalmon.getVariant()static Salmon.VariantReturns 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.fish with parameters of type Salmon.Variant