Package be.seeseemelk.mockbukkit
Class ChunkSnapshotMock
java.lang.Object
be.seeseemelk.mockbukkit.ChunkSnapshotMock
- All Implemented Interfaces:
ChunkSnapshot
-
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull BiomegetBiome(int x, int z) @NotNull BiomegetBiome(int x, int y, int z) @NotNull BlockDatagetBlockData(int x, int y, int z) intgetBlockEmittedLight(int x, int y, int z) intgetBlockSkyLight(int x, int y, int z) @NotNull MaterialgetBlockType(int x, int y, int z) longintgetData(int x, int y, int z) intgetHighestBlockYAt(int x, int z) doublegetRawBiomeTemperature(int x, int z) doublegetRawBiomeTemperature(int x, int y, int z) @NotNull StringintgetX()intgetZ()booleanisSectionEmpty(int sy)
-
Method Details
-
getX
public int getX()- Specified by:
getXin interfaceChunkSnapshot
-
getZ
public int getZ()- Specified by:
getZin interfaceChunkSnapshot
-
getWorldName
- Specified by:
getWorldNamein interfaceChunkSnapshot
-
getBlockType
- Specified by:
getBlockTypein interfaceChunkSnapshot
-
getBlockData
- Specified by:
getBlockDatain interfaceChunkSnapshot
-
getData
public int getData(int x, int y, int z) - Specified by:
getDatain interfaceChunkSnapshot
-
getBlockSkyLight
public int getBlockSkyLight(int x, int y, int z) - Specified by:
getBlockSkyLightin interfaceChunkSnapshot
-
getBlockEmittedLight
public int getBlockEmittedLight(int x, int y, int z) - Specified by:
getBlockEmittedLightin interfaceChunkSnapshot
-
getHighestBlockYAt
public int getHighestBlockYAt(int x, int z) - Specified by:
getHighestBlockYAtin interfaceChunkSnapshot
-
getBiome
- Specified by:
getBiomein interfaceChunkSnapshot
-
getBiome
- Specified by:
getBiomein interfaceChunkSnapshot
-
getRawBiomeTemperature
public double getRawBiomeTemperature(int x, int z) - Specified by:
getRawBiomeTemperaturein interfaceChunkSnapshot
-
getRawBiomeTemperature
public double getRawBiomeTemperature(int x, int y, int z) - Specified by:
getRawBiomeTemperaturein interfaceChunkSnapshot
-
getCaptureFullTime
public long getCaptureFullTime()- Specified by:
getCaptureFullTimein interfaceChunkSnapshot
-
isSectionEmpty
public boolean isSectionEmpty(int sy) - Specified by:
isSectionEmptyin interfaceChunkSnapshot
-
contains
- Specified by:
containsin interfaceChunkSnapshot
-