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.VariantFoxEntity.Variant.DEFAULTfinal FoxEntity.VariantFoxEntity.FoxData.typeFields in net.minecraft.entity.passive with type parameters of type FoxEntity.VariantModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<FoxEntity.Variant> FoxEntity.Variant.CODECprivate static final IntFunction<FoxEntity.Variant> FoxEntity.Variant.INDEX_MAPPERstatic final PacketCodec<ByteBuf, FoxEntity.Variant> FoxEntity.Variant.PACKET_CODECMethods in net.minecraft.entity.passive that return FoxEntity.VariantModifier and TypeMethodDescriptionstatic FoxEntity.VariantFoxEntity.Variant.byIndex(int index) static FoxEntity.VariantFoxEntity.Variant.fromBiome(RegistryEntry<Biome> biome) FoxEntity.getVariant()static FoxEntity.VariantReturns 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