Uses of Enum Class
net.minecraft.entity.passive.FoxEntity.Type
-
Uses of FoxEntity.Type in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final IntFunction<FoxEntity.Type>
FoxEntity.Type.BY_ID
static final StringIdentifiable.EnumCodec<FoxEntity.Type>
FoxEntity.Type.CODEC
Modifier and TypeMethodDescriptionstatic FoxEntity.Type
static FoxEntity.Type
FoxEntity.Type.fromBiome
(RegistryEntry<Biome> biome) static FoxEntity.Type
FoxEntity.Type.fromId
(int id) FoxEntity.getVariant()
static FoxEntity.Type
Returns the enum constant of this class with the specified name.static FoxEntity.Type[]
FoxEntity.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FoxEntity.Type in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionstatic final VariantPredicates<FoxEntity.Type>
TypeSpecificPredicate.Deserializers.FOX