Package net.minecraft.village
Class VillagerType
java.lang.Object
net.minecraft.village.VillagerType
public final class VillagerType extends Object
- Mappings:
Namespace Name official bhd
intermediary net/minecraft/class_3854
named net/minecraft/village/VillagerType
-
Field Summary
Fields Modifier and Type Field Description private static Map<RegistryKey<Biome>,VillagerType>
BIOME_TO_TYPE
static VillagerType
DESERT
static VillagerType
JUNGLE
private String
name
static VillagerType
PLAINS
static VillagerType
SAVANNA
static VillagerType
SNOW
static VillagerType
SWAMP
static VillagerType
TAIGA
-
Constructor Summary
Constructors Modifier Constructor Description private
VillagerType(String name)
-
Method Summary
Modifier and Type Method Description private static VillagerType
create(String id)
static VillagerType
forBiome(Optional<RegistryKey<Biome>> biomeKey)
String
toString()
-
Field Details
-
DESERT
- Mappings:
Namespace Name Mixin selector official a
Lbhd;a:Lbhd;
intermediary field_17071
Lnet/minecraft/class_3854;field_17071:Lnet/minecraft/class_3854;
named DESERT
Lnet/minecraft/village/VillagerType;DESERT:Lnet/minecraft/village/VillagerType;
-
JUNGLE
- Mappings:
Namespace Name Mixin selector official b
Lbhd;b:Lbhd;
intermediary field_17072
Lnet/minecraft/class_3854;field_17072:Lnet/minecraft/class_3854;
named JUNGLE
Lnet/minecraft/village/VillagerType;JUNGLE:Lnet/minecraft/village/VillagerType;
-
PLAINS
- Mappings:
Namespace Name Mixin selector official c
Lbhd;c:Lbhd;
intermediary field_17073
Lnet/minecraft/class_3854;field_17073:Lnet/minecraft/class_3854;
named PLAINS
Lnet/minecraft/village/VillagerType;PLAINS:Lnet/minecraft/village/VillagerType;
-
SAVANNA
- Mappings:
Namespace Name Mixin selector official d
Lbhd;d:Lbhd;
intermediary field_17074
Lnet/minecraft/class_3854;field_17074:Lnet/minecraft/class_3854;
named SAVANNA
Lnet/minecraft/village/VillagerType;SAVANNA:Lnet/minecraft/village/VillagerType;
-
SNOW
- Mappings:
Namespace Name Mixin selector official e
Lbhd;e:Lbhd;
intermediary field_17075
Lnet/minecraft/class_3854;field_17075:Lnet/minecraft/class_3854;
named SNOW
Lnet/minecraft/village/VillagerType;SNOW:Lnet/minecraft/village/VillagerType;
-
SWAMP
- Mappings:
Namespace Name Mixin selector official f
Lbhd;f:Lbhd;
intermediary field_17076
Lnet/minecraft/class_3854;field_17076:Lnet/minecraft/class_3854;
named SWAMP
Lnet/minecraft/village/VillagerType;SWAMP:Lnet/minecraft/village/VillagerType;
-
TAIGA
- Mappings:
Namespace Name Mixin selector official g
Lbhd;g:Lbhd;
intermediary field_17077
Lnet/minecraft/class_3854;field_17077:Lnet/minecraft/class_3854;
named TAIGA
Lnet/minecraft/village/VillagerType;TAIGA:Lnet/minecraft/village/VillagerType;
-
BIOME_TO_TYPE
- Mappings:
Namespace Name Mixin selector official i
Lbhd;i:Ljava/util/Map;
intermediary field_17078
Lnet/minecraft/class_3854;field_17078:Ljava/util/Map;
named BIOME_TO_TYPE
Lnet/minecraft/village/VillagerType;BIOME_TO_TYPE:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official h
Lbhd;h:Ljava/lang/String;
intermediary field_26690
Lnet/minecraft/class_3854;field_26690:Ljava/lang/String;
named name
Lnet/minecraft/village/VillagerType;name:Ljava/lang/String;
-
-
Constructor Details
-
VillagerType
- Mappings:
Namespace Name Mixin selector official <init>
Lbhd;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3854;<init>(Ljava/lang/String;)V
named <init>
Lnet/minecraft/village/VillagerType;<init>(Ljava/lang/String;)V
-
-
Method Details
-
toString
-
create
- Mappings:
Namespace Name Mixin selector official a
Lbhd;a(Ljava/lang/String;)Lbhd;
intermediary method_16931
Lnet/minecraft/class_3854;method_16931(Ljava/lang/String;)Lnet/minecraft/class_3854;
named create
Lnet/minecraft/village/VillagerType;create(Ljava/lang/String;)Lnet/minecraft/village/VillagerType;
-
forBiome
- Mappings:
Namespace Name Mixin selector official a
Lbhd;a(Ljava/util/Optional;)Lbhd;
intermediary method_16930
Lnet/minecraft/class_3854;method_16930(Ljava/util/Optional;)Lnet/minecraft/class_3854;
named forBiome
Lnet/minecraft/village/VillagerType;forBiome(Ljava/util/Optional;)Lnet/minecraft/village/VillagerType;
-