Uses of Enum Class
net.minecraft.entity.passive.FoxEntity.Type
-
Uses of FoxEntity.Type in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionFoxEntity.FoxData.type
private static FoxEntity.Type[]
FoxEntity.Type.TYPES
Modifier and TypeFieldDescriptionprivate static Map<String,FoxEntity.Type>
FoxEntity.Type.NAME_TYPE_MAP
Modifier and TypeMethodDescriptionstatic FoxEntity.Type
static FoxEntity.Type
FoxEntity.Type.fromBiome(Optional<RegistryKey<Biome>> biome)
static FoxEntity.Type
FoxEntity.Type.fromId(int id)
FoxEntity.getFoxType()
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.