类 NetherWarts

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

@Deprecated public class NetherWarts extends MaterialData
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents nether wart
  • 构造器详细资料

    • NetherWarts

      public NetherWarts()
      已过时。
    • NetherWarts

      public NetherWarts(NetherWartsState state)
      已过时。
    • NetherWarts

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

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

    • getState

      public NetherWartsState getState()
      已过时。
      Gets the current growth state of this nether wart
      返回:
      NetherWartsState of this nether wart
    • setState

      public void setState(NetherWartsState state)
      已过时。
      Sets the growth state of this nether wart
      参数:
      state - New growth state of this nether wart
    • toString

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

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