Package net.minecraft.village
Class VillagerType
java.lang.Object
net.minecraft.village.VillagerType
- Mappings:
Namespace Name official bnc
intermediary net/minecraft/class_3854
named net/minecraft/village/VillagerType
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<RegistryKey<Biome>,
VillagerType> static final VillagerType
static final VillagerType
private final String
static final VillagerType
static final VillagerType
static final VillagerType
static final VillagerType
static final VillagerType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static VillagerType
static VillagerType
forBiome
(Optional<RegistryKey<Biome>> biomeKey) toString()
-
Field Details
-
DESERT
- Mappings:
Namespace Name Mixin selector official a
Lbnc;a:Lbnc;
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
Lbnc;b:Lbnc;
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
Lbnc;c:Lbnc;
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
Lbnc;d:Lbnc;
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
Lbnc;e:Lbnc;
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
Lbnc;f:Lbnc;
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
Lbnc;g:Lbnc;
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
Lbnc;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
Lbnc;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>
Lbnc;<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
Lbnc;a(Ljava/lang/String;)Lbnc;
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
Lbnc;a(Ljava/util/Optional;)Lbnc;
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;
-