Uses of Class
net.minecraft.entity.passive.FoxEntity.Type
| Package | Description |
|---|---|
| net.minecraft.entity.passive |
-
Uses of FoxEntity.Type in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FoxEntity.Type Modifier and Type Field Description FoxEntity.TypeFoxEntity.FoxData. typeprivate static FoxEntity.Type[]FoxEntity.Type. TYPESFields in net.minecraft.entity.passive with type parameters of type FoxEntity.Type Modifier and Type Field Description private static Map<String,FoxEntity.Type>FoxEntity.Type. NAME_TYPE_MAPMethods in net.minecraft.entity.passive that return FoxEntity.Type Modifier and Type Method Description static FoxEntity.TypeFoxEntity.Type. byName(String name)static FoxEntity.TypeFoxEntity.Type. fromBiome(Optional<RegistryKey<Biome>> optional)static FoxEntity.TypeFoxEntity.Type. fromId(int id)FoxEntity.TypeFoxEntity. getFoxType()static FoxEntity.TypeFoxEntity.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FoxEntity.Type[]FoxEntity.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type FoxEntity.Type Modifier and Type Method Description private voidFoxEntity. setType(FoxEntity.Type type)Constructors in net.minecraft.entity.passive with parameters of type FoxEntity.Type Constructor Description FoxData(FoxEntity.Type type)