Uses of Enum Class
org.bukkit.block.PistonMoveReaction
Packages that use PistonMoveReaction
Package
Description
Classes used to manipulate the voxels in a 
world,
 including special states.Generalized BlockData classes.
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of PistonMoveReaction in org.bukkit.blockMethods in org.bukkit.block that return PistonMoveReactionModifier and TypeMethodDescriptionstatic PistonMoveReactionPistonMoveReaction.getById(int id) Deprecated.Magic valueBlock.getPistonMoveReaction()Returns the reaction of the block when moved by a pistonstatic PistonMoveReactionReturns the enum constant of this class with the specified name.static PistonMoveReaction[]PistonMoveReaction.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of PistonMoveReaction in org.bukkit.block.dataMethods in org.bukkit.block.data that return PistonMoveReactionModifier and TypeMethodDescriptionBlockData.getPistonMoveReaction()Returns the reaction of the block when moved by a piston
- 
Uses of PistonMoveReaction in org.bukkit.entityMethods in org.bukkit.entity that return PistonMoveReactionModifier and TypeMethodDescriptionEntity.getPistonMoveReaction()Returns the reaction of the entity when moved by a piston.