类 FlowerPot

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.FlowerPot
所有已实现的接口:
Cloneable

@Deprecated public class FlowerPot extends MaterialData
已过时。
花盆现在是Tile Entity(http://minecraft-zh.gamepedia.com/%E6%96%B9%E5%9D%97%E5%AE%9E%E4%BD%93%E5%80%BC), 使用 FlowerPot.
代表花盆
  • 构造器详细资料

    • FlowerPot

      public FlowerPot()
      已过时。
      该类的默认构造器.

      原文:Default constructor for a flower pot.

    • FlowerPot

      @Deprecated public FlowerPot(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • FlowerPot

      public FlowerPot(Material type)
      已过时。
    • FlowerPot

      @Deprecated public FlowerPot(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • FlowerPot

      @Deprecated public FlowerPot(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料

    • getContents

      public MaterialData getContents()
      已过时。
      获取在花盆里的植物的方块.

      原文:Get the material in the flower pot

      返回:
      material 方块的MaterialData,null为空
    • setContents

      public void setContents(MaterialData materialData)
      已过时。
      设置在花盆里的植物的方块.

      原文:Set the contents of the flower pot

      参数:
      materialData - 方块的MaterialData
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData
    • clone

      public FlowerPot clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData