Package com.sk89q.worldedit.bukkit
Class EditSessionBlockChangeDelegate
java.lang.Object
com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
- All Implemented Interfaces:
BlockChangeDelegate
Proxy class to catch calls to set blocks.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockData
(int x, int y, int z) int
boolean
isEmpty
(int x, int y, int z) boolean
setBlockData
(int x, int y, int z, BlockData blockData)
-
Constructor Details
-
EditSessionBlockChangeDelegate
-
-
Method Details
-
setBlockData
- Specified by:
setBlockData
in interfaceBlockChangeDelegate
-
getBlockData
- Specified by:
getBlockData
in interfaceBlockChangeDelegate
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceBlockChangeDelegate
-
isEmpty
public boolean isEmpty(int x, int y, int z) - Specified by:
isEmpty
in interfaceBlockChangeDelegate
-