Package net.minecraft.structure.pool
Class StructurePools
java.lang.Object
net.minecraft.structure.pool.StructurePools
public class StructurePools extends Object
- Mappings:
Namespace Name official kt
intermediary net/minecraft/class_5468
named net/minecraft/structure/pool/StructurePools
-
Field Summary
Fields Modifier and Type Field Description static RegistryKey<StructurePool>
EMPTY
private static StructurePool
INVALID
-
Constructor Summary
Constructors Constructor Description StructurePools()
-
Method Summary
Modifier and Type Method Description static StructurePool
initDefaultPools()
static StructurePool
register(StructurePool templatePool)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official a
Lkt;a:Lwa;
intermediary field_26254
Lnet/minecraft/class_5468;field_26254:Lnet/minecraft/class_5321;
named EMPTY
Lnet/minecraft/structure/pool/StructurePools;EMPTY:Lnet/minecraft/util/registry/RegistryKey;
-
INVALID
- Mappings:
Namespace Name Mixin selector official b
Lkt;b:Lcty;
intermediary field_26255
Lnet/minecraft/class_5468;field_26255:Lnet/minecraft/class_3785;
named INVALID
Lnet/minecraft/structure/pool/StructurePools;INVALID:Lnet/minecraft/structure/pool/StructurePool;
-
-
Constructor Details
-
StructurePools
public StructurePools()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lkt;a(Lcty;)Lcty;
intermediary method_30600
Lnet/minecraft/class_5468;method_30600(Lnet/minecraft/class_3785;)Lnet/minecraft/class_3785;
named register
Lnet/minecraft/structure/pool/StructurePools;register(Lnet/minecraft/structure/pool/StructurePool;)Lnet/minecraft/structure/pool/StructurePool;
-
initDefaultPools
- Mappings:
Namespace Name Mixin selector official a
Lkt;a()Lcty;
intermediary method_30599
Lnet/minecraft/class_5468;method_30599()Lnet/minecraft/class_3785;
named initDefaultPools
Lnet/minecraft/structure/pool/StructurePools;initDefaultPools()Lnet/minecraft/structure/pool/StructurePool;
-