Uses of Class
org.bukkit.block.PistonMoveReaction

Packages that use PistonMoveReaction
org.bukkit.block Classes used to manipulate the voxels in a world, including special states. 
 

Uses of PistonMoveReaction in org.bukkit.block
 

Methods in org.bukkit.block that return PistonMoveReaction
static PistonMoveReaction PistonMoveReaction.getById(int id)
           
 PistonMoveReaction Block.getPistonMoveReaction()
          Returns the reaction of the block when moved by a piston
static PistonMoveReaction PistonMoveReaction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PistonMoveReaction[] PistonMoveReaction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2013. All Rights Reserved.