Class GlowTemple

java.lang.Object
net.glowstone.generator.structures.GlowStructure
net.glowstone.generator.structures.GlowTemple
All Implemented Interfaces:
TerrainObject

public class GlowTemple extends GlowStructure
Desert temple, jungle temple, or witch hut.
  • Constructor Details

    • GlowTemple

      public GlowTemple(org.bukkit.World world, int chunkX, int chunkZ)
      Creates a structure with no pieces.
      Parameters:
      world - the world to generate in
      chunkX - the chunk X coordinate
      chunkZ - the chunk Z coordinate
    • GlowTemple

      public GlowTemple(org.bukkit.World world, Random random, int chunkX, int chunkZ)
      Creates a random temple or witch hut.
      Parameters:
      world - the world to generate in
      random - the PRNG that will choose this temple's orientation
      chunkX - the chunk X coordinate
      chunkZ - the chunk Z coordinate
  • Method Details