Uses of Enum Class
org.bukkit.block.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.block
Modifier and TypeMethodDescriptionstatic @Nullable PistonMoveReaction
PistonMoveReaction.getById
(int id) Block.getPistonMoveReaction()
Returns the reaction of the block when moved by a pistonstatic PistonMoveReaction
Returns 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.data
Modifier and TypeMethodDescriptionBlockData.getPistonMoveReaction()
Returns the reaction of the block when moved by a piston -
Uses of PistonMoveReaction in org.bukkit.entity
Modifier and TypeMethodDescriptionEntity.getPistonMoveReaction()
Returns the reaction of the entity when moved by a piston.