类 Vine
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Vine
- 所有已实现的接口:
Cloneable
已过时。
Represents a vine
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
已过时。boolean
已过时。Check if the vine is attached to the specified face of an adjacent block.void
已过时。Attach the vine to the specified face of an adjacent block.void
removeFromFace
(BlockFace face) 已过时。Detach the vine from the specified face of an adjacent block.toString()
已过时。从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Vine
public Vine()已过时。 -
Vine
已过时。Magic value- 参数:
type
- the typedata
- the raw data value
-
Vine
已过时。Magic value- 参数:
data
- the raw data value
-
Vine
已过时。 -
Vine
已过时。
-
-
方法详细资料
-
isOnFace
已过时。Check if the vine is attached to the specified face of an adjacent block. You can check two faces at once by passing e.g.BlockFace.NORTH_EAST
.- 参数:
face
- The face to check.- 返回:
- Whether it is attached to that face.
-
putOnFace
已过时。Attach the vine to the specified face of an adjacent block.- 参数:
face
- The face to attach.
-
removeFromFace
已过时。Detach the vine from the specified face of an adjacent block.- 参数:
face
- The face to detach.
-
toString
已过时。- 覆盖:
toString
在类中MaterialData
-
clone
已过时。- 覆盖:
clone
在类中MaterialData
-
BlockData
.