类 NetherWarts

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

public class NetherWarts extends MaterialData
代表地狱疣
  • 构造器详细资料

    • NetherWarts

      public NetherWarts()
    • NetherWarts

      public NetherWarts(NetherWartsState state)
    • NetherWarts

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

      public NetherWarts(Material type)
    • NetherWarts

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

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

    • getState

      public NetherWartsState getState()
      获取这个地狱疣的生长状态.

      原文:Gets the current growth state of this nether wart

      返回:
      这个地狱疣的 NetherWartsState
    • setState

      public void setState(NetherWartsState state)
      设置这个地狱疣的生长状态.

      原文:Sets the growth state of this nether wart

      参数:
      state - 这个地狱疣的生长状态
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public NetherWarts clone()
      覆盖:
      clone 在类中 MaterialData