net.minecraft.structure

public class AbandonedCampGenerator

net.minecraft.data.worldgen.AbandonedCampStructurePools
net.minecraft.class_1_1110
net.minecraft.structure.AbandonedCampGenerator

Field summary

Modifier and TypeField
public static final AbandonedCampGenerator$Variant
BAMBOO_JUNGLE
field_1_7616
BAMBOO_JUNGLE
public static final AbandonedCampGenerator$Variant
BIRCH_FOREST
field_1_7618
BIRCH_FOREST
public static final AbandonedCampGenerator$Variant
CHERRY_GROVE
field_1_7621
CHERRY_GROVE
public static final AbandonedCampGenerator$Variant
DAPPLED_FOREST
field_1_7622
DAPPLED_FOREST
public static final AbandonedCampGenerator$Variant
FLOWER_FOREST
field_1_7624
FLOWER_FOREST
public static final AbandonedCampGenerator$Variant
FOREST
field_1_7625
FOREST
public static final AbandonedCampGenerator$Variant
MEADOW
field_1_7626
MEADOW
public static final AbandonedCampGenerator$Variant
OLD_GROWTH_BIRCH_FOREST
field_1_7630
OLD_GROWTH_BIRCH_FOREST
public static final AbandonedCampGenerator$Variant
OLD_GROWTH_PINE_TAIGA
field_1_7631
OLD_GROWTH_PINE_TAIGA
public static final AbandonedCampGenerator$Variant
OLD_GROWTH_SPRUCE_TAIGA
field_1_7632
OLD_GROWTH_SPRUCE_TAIGA
public static final AbandonedCampGenerator$Variant
PALE_GARDEN
field_1_7633
PALE_GARDEN
public static final AbandonedCampGenerator$Variant
SAVANNA
field_1_7634
SAVANNA
public static final AbandonedCampGenerator$Variant
SNOWY_TAIGA
field_1_7635
SNOWY_TAIGA
public static final AbandonedCampGenerator$Variant
SPARSE_JUNGLE
field_1_7636
SPARSE_JUNGLE
public static final AbandonedCampGenerator$Variant
SWAMP
field_1_7637
SWAMP
public static final AbandonedCampGenerator$Variant
TAIGA
field_1_7638
TAIGA
public static final AbandonedCampGenerator$Variant
WINDSWEPT_FOREST
field_1_7640
WINDSWEPT_FOREST
public static final AbandonedCampGenerator$Variant
WOODED_BADLANDS
field_1_7641
WOODED_BADLANDS
private static final String
TENT_IDENTIFIER_TEMPLATE
field_1_7639
TENT_FORMAT
private static final String
CAMP_BIOME_IDENTIFIER_TEMPLATE
field_1_7619
CAMPSITE_FORMAT
private static final String
CAMP_DEFAULT_IDENTIFIER_TEMPLATE
field_1_7620
CAMPSITE_DEFAULT_FORMAT
private static final int
NUM_OF_BIOME_SPECIFIC_CAMPSITES
field_1_7627
NUM_CAMPSITE_VARIANTS
private static final int
NUM_OF_DEFAULT_CAMPSITES
field_1_7628
NUM_CAMPSITE_ELEMENT_VARIANTS
private static final int
NUM_OF_TENTS
field_1_7629
NUM_TENT_VARIANTS
private static final List<AbandonedCampGenerator$Variant>
BIOME_VARIANTS
field_1_7617
VARIANTS
private static final List<String>
DEFAULT_CAMP_TYPES
field_1_7623
DEFAULT_CAMPSITE_ELEMENTS

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
bootstrap(BootstrapContext<StructureTemplatePool> context)
method_1_7036(class_7891<class_3785> arg0)
bootstrap(Registerable<StructurePool> structurePoolsRegisterable)
private static void
bootstrapTrees(BootstrapContext<StructureTemplatePool> context, Holder<StructureTemplatePool> empty)
method_1_8155(class_7891<class_3785> arg0, class_6880<class_3785> arg1)
registerTreePools(Registerable<StructurePool> structurePoolsRegisterable, RegistryEntry<StructurePool> fallbackPool)
private static void
registerTrees(BootstrapContext<StructureTemplatePool> context, Holder<StructureTemplatePool> empty, Collection<com.mojang.datafixers.util.Pair<String, ResourceKey<PlacedFeature>>> list)
method_1_8156(class_7891<class_3785> arg0, class_6880<class_3785> arg1, Collection<com.mojang.datafixers.util.Pair<String, class_5321<class_6796>>> arg2)
registerTreePools(Registerable<StructurePool> structurePoolsRegisterable, RegistryEntry<StructurePool> fallbackPool, Collection<com.mojang.datafixers.util.Pair<String, RegistryKey<PlacedFeature>>> placedFeaturesByName)
private static void
bootstrapCampsitePools(BootstrapContext<StructureTemplatePool> context, Holder<StructureTemplatePool> empty)
method_1_7037(class_7891<class_3785> arg0, class_6880<class_3785> arg1)
registerAllVariants(Registerable<StructurePool> structurePoolsRegisterable, RegistryEntry<StructurePool> emptyPool)
private static void
registerTentPool(BootstrapContext<StructureTemplatePool> context, Holder<StructureTemplatePool> empty, AbandonedCampStructurePools$AbandonedCampStructure biomeVariant)
method_1_7041(class_7891<class_3785> arg0, class_6880<class_3785> arg1, class_1_1110$class_1_1111 arg2)
registerTents(Registerable<StructurePool> structurePoolsRegisterable, RegistryEntry<StructurePool> emptyPool, AbandonedCampGenerator$Variant variant)
private static void
registerCampsitePool(BootstrapContext<StructureTemplatePool> context, Holder<StructureTemplatePool> empty, AbandonedCampStructurePools$AbandonedCampStructure biomeVariant)
method_1_7040(class_7891<class_3785> arg0, class_6880<class_3785> arg1, class_1_1110$class_1_1111 arg2)
registerCampsites(Registerable<StructurePool> structurePoolsRegisterable, RegistryEntry<StructurePool> emptyPool, AbandonedCampGenerator$Variant variant)
private static String
getBiomeSpecificStructureName(AbandonedCampStructurePools$AbandonedCampStructure biomeVariant, String identifierTemplate, int numOfTentVariants)
method_1_7038(class_1_1110$class_1_1111 arg0, String arg1, int arg2)
format(AbandonedCampGenerator$Variant variant, String format, int num)
private static String
getDefaultCampsiteStructureName(String defaultCampSiteTypes, int numOfDefaultCampVariants)
method_1_7039(String arg0, int arg1)
formatDefaultCampsitePath(String element, int num)