public final class VillagerType extends Object
Modifier and Type | Field and Description |
---|---|
private static Map<RegistryKey<Biome>,VillagerType> |
BIOME_TO_TYPE |
static VillagerType |
DESERT |
private String |
field_26690 |
static VillagerType |
JUNGLE |
static VillagerType |
PLAINS |
static VillagerType |
SAVANNA |
static VillagerType |
SNOW |
static VillagerType |
SWAMP |
static VillagerType |
TAIGA |
Modifier | Constructor and Description |
---|---|
private |
VillagerType(String string) |
Modifier and Type | Method and Description |
---|---|
private static VillagerType |
create(String id) |
static VillagerType |
forBiome(Optional<RegistryKey<Biome>> optional) |
String |
toString() |
public static final VillagerType DESERT
public static final VillagerType JUNGLE
public static final VillagerType PLAINS
public static final VillagerType SAVANNA
public static final VillagerType SNOW
public static final VillagerType SWAMP
public static final VillagerType TAIGA
private static final Map<RegistryKey<Biome>,VillagerType> BIOME_TO_TYPE
private final String field_26690
private VillagerType(String string)
private static VillagerType create(String id)
public static VillagerType forBiome(Optional<RegistryKey<Biome>> optional)