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.TypeFields in net.minecraft.entity.passive with type parameters of type FoxEntity.TypeModifier and TypeFieldDescriptionprivate static final IntFunction<FoxEntity.Type>FoxEntity.Type.BY_IDstatic final StringIdentifiable.EnumCodec<FoxEntity.Type>FoxEntity.Type.CODECMethods in net.minecraft.entity.passive that return FoxEntity.TypeModifier and TypeMethodDescriptionstatic FoxEntity.Typestatic FoxEntity.TypeFoxEntity.Type.fromBiome(RegistryEntry<Biome> biome) static FoxEntity.TypeFoxEntity.Type.fromId(int id) FoxEntity.getVariant()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 -
Uses of FoxEntity.Type in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type FoxEntity.TypeModifier and TypeFieldDescriptionstatic final VariantPredicates<FoxEntity.Type>TypeSpecificPredicate.Deserializers.FOX