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.TypeFoxEntity.FoxData.typeprivate static final FoxEntity.Type[]FoxEntity.Type.TYPESFields in net.minecraft.entity.passive with type parameters of type FoxEntity.TypeModifier and TypeFieldDescriptionprivate static final Map<String,FoxEntity.Type> FoxEntity.Type.NAME_TYPE_MAPMethods in net.minecraft.entity.passive that return FoxEntity.TypeModifier and TypeMethodDescriptionstatic FoxEntity.Typestatic FoxEntity.TypeFoxEntity.Type.fromBiome(RegistryEntry<Biome> registryEntry) static FoxEntity.TypeFoxEntity.Type.fromId(int id) FoxEntity.getFoxType()static FoxEntity.TypeReturns 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