Uses of Enum Class
net.minecraft.world.entity.animal.fox.Fox.Variant
Packages that use Fox.Variant
Package
Description
-
Uses of Fox.Variant in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type Fox.VariantModifier and TypeFieldDescriptionprivate static final EnumMap<Fox.Variant, FoxRenderer.FoxTexturesByState> FoxRenderer.TEXTURES_BY_VARIANT -
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.fox
Subclasses with type arguments of type Fox.Variant in net.minecraft.world.entity.animal.foxFields in net.minecraft.world.entity.animal.fox declared as Fox.VariantModifier and TypeFieldDescriptionstatic final Fox.VariantFox.Variant.DEFAULTfinal Fox.VariantFox.FoxGroupData.variantFields in net.minecraft.world.entity.animal.fox with type parameters of type Fox.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<Fox.Variant> Fox.Variant.BY_IDstatic final StringRepresentable.EnumCodec<Fox.Variant> Fox.Variant.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Fox.Variant> Fox.Variant.STREAM_CODECMethods in net.minecraft.world.entity.animal.fox that return Fox.VariantModifier and TypeMethodDescriptionstatic Fox.Variantstatic Fox.VariantFox.Variant.byId(int id) Fox.getVariant()static Fox.VariantReturns 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.fox with parameters of type Fox.VariantConstructors in net.minecraft.world.entity.animal.fox with parameters of type Fox.Variant