Uses of Enum Class
net.minecraft.world.entity.animal.Fox.Variant
Packages that use Fox.Variant
Package
Description
-
Uses of Fox.Variant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type Fox.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicates.EntityVariantPredicateType
<Fox.Variant> EntitySubPredicates.FOX
-
Uses of Fox.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Fox.Variant -
Uses of Fox.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Fox.VariantFields in net.minecraft.world.entity.animal with type parameters of type Fox.VariantModifier and TypeFieldDescriptionprivate static final IntFunction
<Fox.Variant> Fox.Variant.BY_ID
static final StringRepresentable.EnumCodec
<Fox.Variant> Fox.Variant.CODEC
Methods in net.minecraft.world.entity.animal that return Fox.VariantModifier and TypeMethodDescriptionstatic Fox.Variant
static Fox.Variant
Fox.Variant.byId
(int p_361087_) static Fox.Variant
Fox.getVariant()
static Fox.Variant
Returns the enum constant of this class with the specified name.static Fox.Variant[]
Fox.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 Fox.VariantConstructors in net.minecraft.world.entity.animal with parameters of type Fox.Variant