Uses of Enum Class
net.minecraft.entity.passive.FoxEntity.Type
Packages that use FoxEntity.Type
-
Uses of FoxEntity.Type in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FoxEntity.TypeModifier and TypeFieldDescriptionfinal FoxEntity.Type
FoxEntity.FoxData.type
private static final FoxEntity.Type[]
FoxEntity.Type.TYPES
Fields in net.minecraft.entity.passive with type parameters of type FoxEntity.TypeModifier and TypeFieldDescriptionprivate static final Map<String,
FoxEntity.Type> FoxEntity.Type.NAME_TYPE_MAP
Methods in net.minecraft.entity.passive that return FoxEntity.TypeModifier and TypeMethodDescriptionstatic FoxEntity.Type
static FoxEntity.Type
FoxEntity.Type.fromBiome
(RegistryEntry<Biome> registryEntry) 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.Methods in net.minecraft.entity.passive with parameters of type FoxEntity.TypeConstructors in net.minecraft.entity.passive with parameters of type FoxEntity.Type