Uses of Enum Class
net.minecraft.entity.passive.FoxEntity.Variant
Packages that use FoxEntity.Variant
Package
Description
-
Uses of FoxEntity.Variant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as FoxEntity.Variant -
Uses of FoxEntity.Variant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type FoxEntity.VariantModifier and TypeFieldDescriptionstatic final ComponentType
<FoxEntity.Variant> DataComponentTypes.FOX_VARIANT
-
Uses of FoxEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FoxEntity.VariantModifier and TypeFieldDescriptionstatic final FoxEntity.Variant
FoxEntity.Variant.DEFAULT
final FoxEntity.Variant
FoxEntity.FoxData.type
Fields in net.minecraft.entity.passive with type parameters of type FoxEntity.VariantModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<FoxEntity.Variant> FoxEntity.Variant.CODEC
private static final IntFunction
<FoxEntity.Variant> FoxEntity.Variant.INDEX_MAPPER
static final PacketCodec
<ByteBuf, FoxEntity.Variant> FoxEntity.Variant.PACKET_CODEC
Methods in net.minecraft.entity.passive that return FoxEntity.VariantModifier and TypeMethodDescriptionstatic FoxEntity.Variant
FoxEntity.Variant.byIndex
(int index) static FoxEntity.Variant
FoxEntity.Variant.fromBiome
(RegistryEntry<Biome> biome) FoxEntity.getVariant()
static FoxEntity.Variant
Returns the enum constant of this class with the specified name.static FoxEntity.Variant[]
FoxEntity.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 FoxEntity.VariantConstructors in net.minecraft.entity.passive with parameters of type FoxEntity.Variant