Package net.glowstone.chunk
Class GlowChunkSnapshot.EmptySnapshot
java.lang.Object
net.glowstone.chunk.GlowChunkSnapshot
net.glowstone.chunk.GlowChunkSnapshot.EmptySnapshot
- All Implemented Interfaces:
org.bukkit.ChunkSnapshot
- Enclosing class:
- GlowChunkSnapshot
-
Nested Class Summary
Nested classes/interfaces inherited from class net.glowstone.chunk.GlowChunkSnapshot
GlowChunkSnapshot.EmptySnapshot -
Constructor Summary
ConstructorsConstructorDescriptionEmptySnapshot(int x, int z, org.bukkit.World world, boolean svBiome, boolean svTemp) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.block.data.BlockDatagetBlockData(int x, int y, int z) intgetBlockEmittedLight(int x, int y, int z) intgetBlockSkyLight(int x, int y, int z) org.bukkit.MaterialgetBlockType(int x, int y, int z) intgetBlockTypeId(int x, int y, int z) intgetHighestBlockYAt(int x, int z) Methods inherited from class net.glowstone.chunk.GlowChunkSnapshot
contains, getBiome, getBiome, getCaptureFullTime, getData, getRawBiomeRainfall, getRawBiomes, getRawBiomeTemperature, getRawBiomeTemperature, getRawHeightmap, getRawSections, getWorldName, getX, getZ, isSectionEmpty, isSlimeChunk
-
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:
getBlockTypeIdin classGlowChunkSnapshot
-
getBlockType
public org.bukkit.Material getBlockType(int x, int y, int z) - Specified by:
getBlockTypein interfaceorg.bukkit.ChunkSnapshot- Overrides:
getBlockTypein classGlowChunkSnapshot
-
getBlockData
public org.bukkit.block.data.BlockData getBlockData(int x, int y, int z) - Specified by:
getBlockDatain interfaceorg.bukkit.ChunkSnapshot- Overrides:
getBlockDatain classGlowChunkSnapshot
-
getBlockSkyLight
public int getBlockSkyLight(int x, int y, int z) - Specified by:
getBlockSkyLightin interfaceorg.bukkit.ChunkSnapshot- Overrides:
getBlockSkyLightin classGlowChunkSnapshot
-
getBlockEmittedLight
public int getBlockEmittedLight(int x, int y, int z) - Specified by:
getBlockEmittedLightin interfaceorg.bukkit.ChunkSnapshot- Overrides:
getBlockEmittedLightin classGlowChunkSnapshot
-
getHighestBlockYAt
public int getHighestBlockYAt(int x, int z) - Specified by:
getHighestBlockYAtin interfaceorg.bukkit.ChunkSnapshot- Overrides:
getHighestBlockYAtin classGlowChunkSnapshot
-