public class EditSessionBlockChangeDelegate extends Object implements org.bukkit.BlockChangeDelegate
| Constructor and Description |
|---|
EditSessionBlockChangeDelegate(EditSession editSession) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getTypeId(int x,
int y,
int z) |
boolean |
isEmpty(int x,
int y,
int z) |
boolean |
setRawTypeId(int x,
int y,
int z,
int typeId) |
boolean |
setRawTypeIdAndData(int x,
int y,
int z,
int typeId,
int data) |
boolean |
setTypeId(int x,
int y,
int z,
int typeId) |
boolean |
setTypeIdAndData(int x,
int y,
int z,
int typeId,
int data) |
public EditSessionBlockChangeDelegate(EditSession editSession)
public boolean setRawTypeId(int x,
int y,
int z,
int typeId)
setRawTypeId in interface org.bukkit.BlockChangeDelegatepublic boolean setRawTypeIdAndData(int x,
int y,
int z,
int typeId,
int data)
setRawTypeIdAndData in interface org.bukkit.BlockChangeDelegatepublic boolean setTypeId(int x,
int y,
int z,
int typeId)
setTypeId in interface org.bukkit.BlockChangeDelegatepublic boolean setTypeIdAndData(int x,
int y,
int z,
int typeId,
int data)
setTypeIdAndData in interface org.bukkit.BlockChangeDelegatepublic int getTypeId(int x,
int y,
int z)
getTypeId in interface org.bukkit.BlockChangeDelegatepublic int getHeight()
getHeight in interface org.bukkit.BlockChangeDelegatepublic boolean isEmpty(int x,
int y,
int z)
isEmpty in interface org.bukkit.BlockChangeDelegateCopyright © 2010-2014. All Rights Reserved.