类 FlowerPot
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.FlowerPot
- 所有已实现的接口:
Cloneable
已过时。
代表花盆
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
已过时。已过时。获取在花盆里的植物的方块.void
setContents
(MaterialData materialData) 已过时。设置在花盆里的植物的方块.toString()
已过时。从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
FlowerPot
public FlowerPot()已过时。该类的默认构造器.原文:Default constructor for a flower pot.
-
FlowerPot
已过时。不安全的参数- 参数:
type
- the raw type id
-
FlowerPot
已过时。 -
FlowerPot
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
FlowerPot
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
getContents
已过时。获取在花盆里的植物的方块.原文:Get the material in the flower pot
- 返回:
- material 方块的MaterialData,null为空
-
setContents
已过时。设置在花盆里的植物的方块.原文:Set the contents of the flower pot
- 参数:
materialData
- 方块的MaterialData
-
toString
已过时。- 覆盖:
toString
在类中MaterialData
-
clone
已过时。- 覆盖:
clone
在类中MaterialData
-
FlowerPot
.