public class CarvingData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CarvingData.CarvingType |
Constructor and Description |
---|
CarvingData(int chunkX,
int chunkZ) |
Modifier and Type | Method and Description |
---|---|
void |
carve(int x,
int y,
int z,
CarvingData.CarvingType type) |
Map<org.bukkit.util.Vector,CarvingData.CarvingType> |
getCarvedBlocks() |
int |
getChunkX() |
int |
getChunkZ() |
boolean |
isCarved(int x,
int y,
int z) |
void |
merge(org.bukkit.Chunk data,
boolean doLava) |
org.bukkit.generator.ChunkGenerator.ChunkData |
merge(org.bukkit.generator.ChunkGenerator.ChunkData data,
boolean doLava) |
public int getChunkX()
public int getChunkZ()
public void carve(int x, int y, int z, CarvingData.CarvingType type)
public Map<org.bukkit.util.Vector,CarvingData.CarvingType> getCarvedBlocks()
public boolean isCarved(int x, int y, int z)
public org.bukkit.generator.ChunkGenerator.ChunkData merge(org.bukkit.generator.ChunkGenerator.ChunkData data, boolean doLava)
public void merge(org.bukkit.Chunk data, boolean doLava)
Copyright © 2020. All rights reserved.