Class GlowChunkSnapshot.EmptySnapshot

java.lang.Object
net.glowstone.chunk.GlowChunkSnapshot
net.glowstone.chunk.GlowChunkSnapshot.EmptySnapshot
All Implemented Interfaces:
org.bukkit.ChunkSnapshot
Enclosing class:
GlowChunkSnapshot

public static class GlowChunkSnapshot.EmptySnapshot extends GlowChunkSnapshot
  • Constructor Details

    • EmptySnapshot

      public EmptySnapshot(int x, int z, org.bukkit.World world, boolean svBiome, boolean svTemp)
  • Method Details

    • getBlockTypeId

      public int getBlockTypeId(int x, int y, int z)
      Overrides:
      getBlockTypeId in class GlowChunkSnapshot
    • getBlockType

      public org.bukkit.Material getBlockType(int x, int y, int z)
      Specified by:
      getBlockType in interface org.bukkit.ChunkSnapshot
      Overrides:
      getBlockType in class GlowChunkSnapshot
    • getBlockData

      public org.bukkit.block.data.BlockData getBlockData(int x, int y, int z)
      Specified by:
      getBlockData in interface org.bukkit.ChunkSnapshot
      Overrides:
      getBlockData in class GlowChunkSnapshot
    • getBlockSkyLight

      public int getBlockSkyLight(int x, int y, int z)
      Specified by:
      getBlockSkyLight in interface org.bukkit.ChunkSnapshot
      Overrides:
      getBlockSkyLight in class GlowChunkSnapshot
    • getBlockEmittedLight

      public int getBlockEmittedLight(int x, int y, int z)
      Specified by:
      getBlockEmittedLight in interface org.bukkit.ChunkSnapshot
      Overrides:
      getBlockEmittedLight in class GlowChunkSnapshot
    • getHighestBlockYAt

      public int getHighestBlockYAt(int x, int z)
      Specified by:
      getHighestBlockYAt in interface org.bukkit.ChunkSnapshot
      Overrides:
      getHighestBlockYAt in class GlowChunkSnapshot