Uses of Enum Class
net.minecraft.entity.passive.AxolotlEntity.Variant
Packages that use AxolotlEntity.Variant
Package
Description
-
Uses of AxolotlEntity.Variant in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type AxolotlEntity.VariantModifier and TypeFieldDescriptionprivate static final Map
<AxolotlEntity.Variant, Identifier> AxolotlEntityRenderer.TEXTURES
-
Uses of AxolotlEntity.Variant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as AxolotlEntity.Variant -
Uses of AxolotlEntity.Variant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type AxolotlEntity.VariantModifier and TypeFieldDescriptionstatic final ComponentType
<AxolotlEntity.Variant> DataComponentTypes.AXOLOTL_VARIANT
-
Uses of AxolotlEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as AxolotlEntity.VariantModifier and TypeFieldDescriptionstatic final AxolotlEntity.Variant
AxolotlEntity.Variant.DEFAULT
final AxolotlEntity.Variant[]
AxolotlEntity.AxolotlData.variants
Fields in net.minecraft.entity.passive with type parameters of type AxolotlEntity.VariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AxolotlEntity.Variant> AxolotlEntity.Variant.CODEC
static final com.mojang.serialization.Codec
<AxolotlEntity.Variant> AxolotlEntity.Variant.INDEX_CODEC
Deprecated.private static final IntFunction
<AxolotlEntity.Variant> AxolotlEntity.Variant.INDEX_MAPPER
static final PacketCodec
<ByteBuf, AxolotlEntity.Variant> AxolotlEntity.Variant.PACKET_CODEC
Methods in net.minecraft.entity.passive that return AxolotlEntity.VariantModifier and TypeMethodDescriptionstatic AxolotlEntity.Variant
AxolotlEntity.Variant.byIndex
(int index) private static AxolotlEntity.Variant
static AxolotlEntity.Variant
AxolotlEntity.Variant.getRandomNatural
(Random random) static AxolotlEntity.Variant
AxolotlEntity.Variant.getRandomUnnatural
(Random random) AxolotlEntity.AxolotlData.getRandomVariant
(Random random) AxolotlEntity.getVariant()
static AxolotlEntity.Variant
Returns the enum constant of this class with the specified name.static AxolotlEntity.Variant[]
AxolotlEntity.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 AxolotlEntity.VariantModifier and TypeMethodDescriptionprivate void
AxolotlEntity.setVariant
(AxolotlEntity.Variant variant) Constructors in net.minecraft.entity.passive with parameters of type AxolotlEntity.Variant