类 Comparator
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Comparator
- 所有已实现的接口:
Cloneable
,Directional
,Redstone
已过时。
Represents a comparator in the on or off state, in normal or subtraction mode and facing in a specific direction.
-
字段概要
修饰符和类型字段说明protected static final BlockFace
已过时。protected static final boolean
已过时。protected static final boolean
已过时。 -
构造器概要
构造器说明已过时。Constructs a comparator switched off, with the default mode (normal) and facing the default direction (north).Comparator
(BlockFace facingDirection) 已过时。Constructs a comparator switched off, with the default mode (normal) and facing the specified direction.Comparator
(BlockFace facingDirection, boolean isSubtraction) 已过时。Constructs a comparator switched off, with the specified mode and facing the specified direction.Comparator
(BlockFace facingDirection, boolean isSubtraction, boolean state) 已过时。Constructs a comparator switched on or off, with the specified mode and facing the specified direction.Comparator
(Material type) 已过时。Comparator
(Material type, byte data) 已过时。Magic value -
方法概要
修饰符和类型方法说明clone()
已过时。已过时。Gets the direction this comparator is facingboolean
已过时。Checks if the comparator is being poweredboolean
已过时。Checks if the comparator is poweredboolean
已过时。Checks whether the comparator is in subtraction modevoid
setFacingDirection
(BlockFace face) 已过时。Sets the direction this comparator is facingvoid
setSubtractionMode
(boolean isSubtraction) 已过时。Sets whether the comparator is in subtraction mode.toString()
已过时。从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
字段详细资料
-
构造器详细资料
-
Comparator
public Comparator()已过时。Constructs a comparator switched off, with the default mode (normal) and facing the default direction (north). -
Comparator
已过时。Constructs a comparator switched off, with the default mode (normal) and facing the specified direction.- 参数:
facingDirection
- the direction the comparator is facing- 另请参阅:
-
Comparator
已过时。Constructs a comparator switched off, with the specified mode and facing the specified direction.- 参数:
facingDirection
- the direction the comparator is facingisSubtraction
- True if the comparator is in subtraction mode, false for normal comparator operation- 另请参阅:
-
Comparator
已过时。Constructs a comparator switched on or off, with the specified mode and facing the specified direction.- 参数:
facingDirection
- the direction the comparator is facingisSubtraction
- True if the comparator is in subtraction mode, false for normal comparator operationstate
- True if the comparator is in the on state- 另请参阅:
-
Comparator
已过时。 -
Comparator
已过时。Magic value- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
setSubtractionMode
public void setSubtractionMode(boolean isSubtraction) 已过时。Sets whether the comparator is in subtraction mode.- 参数:
isSubtraction
- True if the comparator is in subtraction mode, false for normal comparator operation
-
isSubtractionMode
public boolean isSubtractionMode()已过时。Checks whether the comparator is in subtraction mode- 返回:
- True if the comparator is in subtraction mode, false if normal comparator operation
-
setFacingDirection
已过时。Sets the direction this comparator is facing- 指定者:
setFacingDirection
在接口中Directional
- 参数:
face
- The direction to set this comparator to- 另请参阅:
-
getFacing
已过时。Gets the direction this comparator is facing- 指定者:
getFacing
在接口中Directional
- 返回:
- The direction this comparator is facing
- 另请参阅:
-
toString
已过时。- 覆盖:
toString
在类中MaterialData
-
clone
已过时。- 覆盖:
clone
在类中MaterialData
-
isPowered
public boolean isPowered()已过时。Checks if the comparator is powered -
isBeingPowered
public boolean isBeingPowered()已过时。Checks if the comparator is being powered- 返回:
- true if the comparator is being powered
-
BlockData
.