Class TempleStore


public class TempleStore extends StructureStore<GlowTemple>
  • Constructor Details

    • TempleStore

      public TempleStore()
  • Method Details

    • createStructure

      public GlowTemple createStructure(GlowWorld world, int chunkX, int chunkZ)
      Description copied from class: StructureStore
      Create a structure of this store's type in the given world. The load method will be called separately.
      Specified by:
      createStructure in class StructureStore<GlowTemple>
      Parameters:
      world - The target world.
      chunkX - The structure chunk X.
      chunkZ - The structure chunk Z.
      Returns:
      The structure.
    • createNewStructure

      public GlowTemple createNewStructure(GlowWorld world, Random random, int chunkX, int chunkZ)
      Description copied from class: StructureStore
      Create a new structure of this store's type in the given world. The load method will be called separately.
      Specified by:
      createNewStructure in class StructureStore<GlowTemple>
      Parameters:
      world - The target world.
      random - The seeded random.
      chunkX - The structure chunk X.
      chunkZ - The structure chunk Z.
      Returns:
      The new structure.