Uses of Interface
ComplexBlock

Uses of ComplexBlock in <Unnamed>
 

Classes in <Unnamed> that implement ComplexBlock
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
 

Methods in <Unnamed> that return ComplexBlock
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.