net.minecraft.world.entity.animal

public enum Fox$Type

bae$v
net.minecraft.world.entity.animal.Fox$Type
net.minecraft.class_4019$class_4039
net.minecraft.entity.passive.FoxEntity$Type
net.minecraft.entity.passive.FoxEntity$Type
net.minecraft.server.v1_16_R2.EntityFox$Type

Enum constant summary

Enum Constant
a
RED
field_17996
RED
RED
RED
b
SNOW
field_17997
SNOW
SNOW
SNOW

Field summary

Modifier and TypeField
private static final Fox$Type[]
c
BY_ID
field_17998
TYPES
field_221088_c
private static final Map<String, Fox$Type>
d
BY_NAME
field_17999
NAME_TYPE_MAP
field_221089_d
private final int
e
id
field_18000
id
field_221090_e
private final String
f
name
field_18001
key
field_221091_f
private final List<ResourceKey<Biome>>
g
biomes
field_18002
biomes
field_221092_g

Constructor summary

ModifierConstructor
private (int arg0, String arg1, ResourceKey<Biome>... id)

Method summary

Modifier and TypeMethod
public String
a()
getName()
method_18310()
getKey()
func_221082_a()
public int
b()
getId()
method_18317()
getId()
func_221083_c()
public static Fox$Type
a(String arg0)
byName(String arg0)
method_18314(String arg0)
byName(String name)
func_221087_a(String arg0)
public static Fox$Type
a(int arg0)
byId(int arg0)
method_18311(int arg0)
fromId(int id)
func_221080_a(int arg0)
public static Fox$Type
a(Optional<vj<bss>> arg0)
byBiome(Optional<ResourceKey<Biome>> arg0)
method_18313(Optional<class_5321<class_1959>> arg0)
fromBiome(Optional<RegistryKey<Biome>> arg0)
func_242325_a(Optional<RegistryKey<Biome>> arg0)