|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexBlock
ComplexBlock.java - Interface for complex blocks like chests and signs
Modifier and Type | Method and Description |
---|---|
Block |
getBlock()
Returns the Block associated with this ComplexBlock |
int |
getX()
Returns the X coordinates of this block |
int |
getY()
Returns the Y coordinates of this block |
int |
getZ()
Returns the Z coordinates of this block |
void |
update()
Sends the updated block information to clients. |
Method Detail |
---|
int getX()
int getY()
int getZ()
void update()
Block getBlock()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |