枚举的使用
org.bukkit.block.PistonMoveReaction
-
org.bukkit.block中PistonMoveReaction的使用
修饰符和类型方法说明static PistonMoveReaction
PistonMoveReaction.getById
(int id) 已过时。不安全的参数Block.getPistonMoveReaction()
Returns the reaction of the block when moved by a pistonstatic PistonMoveReaction
返回带有指定名称的该类型的枚举常量。static PistonMoveReaction[]
PistonMoveReaction.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
org.bukkit.entity中PistonMoveReaction的使用
修饰符和类型方法说明Entity.getPistonMoveReaction()
Returns the reaction of the entity when moved by a piston.