类 SimpleAttachableMaterialData
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
- 所有已实现的接口:
Cloneable,Attachable,Directional
@Deprecated(since="1.14.1")
public abstract class SimpleAttachableMaterialData
extends MaterialData
implements Attachable
已过时。
Simple utility class for attachable MaterialData subclasses
-
构造器概要
构造器构造器说明已过时。SimpleAttachableMaterialData(Material type, byte data) 已过时。Magic valueSimpleAttachableMaterialData(Material type, BlockFace direction) 已过时。 -
方法概要
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack从接口继承的方法 org.bukkit.material.Attachable
getAttachedFace从接口继承的方法 org.bukkit.material.Directional
setFacingDirection
-
构造器详细资料
-
SimpleAttachableMaterialData
已过时。 -
SimpleAttachableMaterialData
已过时。 -
SimpleAttachableMaterialData
已过时。Magic value- 参数:
type- the typedata- the raw data value
-
-
方法详细资料
-
getFacing
已过时。从接口复制的说明:DirectionalGets the direction this block is facing- 指定者:
getFacing在接口中Directional- 返回:
- the direction this block is facing
-
toString
已过时。- 覆盖:
toString在类中MaterialData
-
clone
已过时。- 覆盖:
clone在类中MaterialData
-
BlockData.