类 Hopper
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Hopper
- 所有已实现的接口:
Cloneable
,Directional
,Redstone
Represents a hopper in an active or deactivated state and facing in a
specific direction.
- 另请参阅:
-
字段概要
-
构造器概要
-
方法概要
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
字段详细资料
-
DEFAULT_DIRECTION
-
DEFAULT_ACTIVE
protected static final boolean DEFAULT_ACTIVE- 另请参阅:
-
-
构造器详细资料
-
Hopper
public Hopper()构造一个默认朝向(下)、激活的漏斗.原文:Constructs a hopper facing the default direction (down) and initially active.
-
Hopper
构造一个指定朝向、激活的漏斗.原文:Constructs a hopper facing the specified direction and initially active.
- 参数:
facingDirection
- 朝向- 另请参阅:
-
Hopper
构造一个指定朝向、指定激活状态的漏斗.原文:Constructs a hopper facing the specified direction and either active or not.
- 参数:
facingDirection
- 朝向isActive
- 这个漏斗是否被激活- 另请参阅:
-
Hopper
已过时。不安全的参数- 参数:
type
- the raw type id
-
Hopper
-
Hopper
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
Hopper
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
setActive
public void setActive(boolean isActive) 设置这个漏斗是否被激活.原文:Sets whether the hopper is active or not.
- 参数:
isActive
- 这个漏斗是否被激活
-
isActive
public boolean isActive()检测这个漏斗是否被激活.原文:Checks whether the hopper is active or not.
- 返回:
- 这个漏斗是否被激活
-
setFacingDirection
设置这个漏斗的朝向.原文:Sets the direction this hopper is facing
- 指定者:
setFacingDirection
在接口中Directional
- 参数:
face
- 朝向- 另请参阅:
-
getFacing
获取这个漏斗的朝向.原文:Gets the direction this hopper is facing
- 指定者:
getFacing
在接口中Directional
- 返回:
- 朝向
- 另请参阅:
-
toString
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-
isPowered
public boolean isPowered()检测这个漏斗是否充能.原文:Checks if the hopper is powered.
-