Class AbandonedCabinGenerator

java.lang.Object
net.frozenblock.wilderwild.worldgen.structure.AbandonedCabinGenerator

public class AbandonedCabinGenerator extends Object
Contains the StructureTemplatePool for Abandoned Cabins
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.structure.StructureSet>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    bootstrap(@NotNull net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.level.levelgen.structure.Structure> context)
     
    static void
    bootstrapStructureSet(@NotNull net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.level.levelgen.structure.StructureSet> context)
     
    static void
    bootstrapTemplatePool(@NotNull net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool> pool)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ABANDONED_CABINS_KEY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.structure.StructureSet> ABANDONED_CABINS_KEY
    • ABANDONED_CABIN

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool> ABANDONED_CABIN
  • Constructor Details

    • AbandonedCabinGenerator

      public AbandonedCabinGenerator()
  • Method Details

    • bootstrapTemplatePool

      public static void bootstrapTemplatePool(@NotNull @NotNull net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool> pool)
    • bootstrap

      public static void bootstrap(@NotNull @NotNull net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.level.levelgen.structure.Structure> context)
    • bootstrapStructureSet

      public static void bootstrapStructureSet(@NotNull @NotNull net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.level.levelgen.structure.StructureSet> context)