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.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Fox.Variant -
Uses of Fox.Variant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type Fox.VariantModifier and TypeFieldDescriptionstatic final DataComponentType
<Fox.Variant> DataComponents.FOX_VARIANT
-
Uses of Fox.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Fox.VariantModifier and TypeFieldDescriptionstatic final Fox.Variant
Fox.Variant.DEFAULT
final Fox.Variant
Fox.FoxGroupData.variant
Fields 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
static final StreamCodec
<io.netty.buffer.ByteBuf, Fox.Variant> Fox.Variant.STREAM_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_) 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