net.minecraft.structure.pool

public class StructurePools

net.minecraft.data.worldgen.Pools
net.minecraft.class_5468
net.minecraft.structure.pool.StructurePools

Field summary

Modifier and TypeField
public static final RegistryKey<StructurePool>
EMPTY
field_26254
EMPTY

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static RegistryKey<StructurePool>
createKey(Identifier location)
method_64955(class_2960 arg0)
of(Identifier id)
public static RegistryKey<StructurePool>
createKey(String name)
method_46844(String arg0)
ofVanilla(String id)
public static RegistryKey<StructurePool>
parseKey(String name)
method_60923(String arg0)
of(String id)
public static void
register(BootstrapContext<StructureTemplatePool> context, String name, StructureTemplatePool pool)
method_30600(class_7891<class_3785> arg0, String arg1, class_3785 arg2)
register(Registerable<StructurePool> structurePoolsRegisterable, String id, StructurePool pool)
public static void
bootstrap(BootstrapContext<StructureTemplatePool> context)
method_30599(class_7891<class_3785> arg0)
bootstrap(Registerable<StructurePool> structurePoolsRegisterable)