|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ComplexBlock in <Unnamed> |
---|
Modifier and Type | Class and Description |
---|---|
class |
Chest
Chest.java - Interface to chests. |
class |
DoubleChest
|
class |
Furnace
Furnace.java - Interface for furnaces |
class |
MobSpawner
MobSpawner.java - Wrapper for mob spawners. |
class |
Sign
Sign.java - Interface to signs |
Modifier and Type | Method and Description |
---|---|
ComplexBlock |
Server.getComplexBlock(Block block)
Returns the complex block at the specified location. |
ComplexBlock |
Server.getComplexBlock(int x,
int y,
int z)
Returns the complex block at the specified location. |
ComplexBlock |
Server.getOnlyComplexBlock(Block block)
Returns the only complex block at the specified location. |
ComplexBlock |
Server.getOnlyComplexBlock(int x,
int y,
int z)
Returns the complex block at the specified location. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |