org.bukkit.material
Class NetherWarts
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.NetherWarts
- All Implemented Interfaces:
- Cloneable
public class NetherWarts
- extends MaterialData
Represents nether wart
NetherWarts
public NetherWarts()
NetherWarts
public NetherWarts(NetherWartsState state)
NetherWarts
public NetherWarts(int type)
NetherWarts
public NetherWarts(Material type)
NetherWarts
public NetherWarts(int type,
byte data)
NetherWarts
public NetherWarts(Material type,
byte data)
getState
public NetherWartsState getState()
- Gets the current growth state of this nether wart
- Returns:
- NetherWartsState of this nether wart
setState
public void setState(NetherWartsState state)
- Sets the growth state of this nether wart
- Parameters:
state
- New growth state of this nether wart
toString
public String toString()
- Overrides:
toString
in class MaterialData
clone
public NetherWarts clone()
- Overrides:
clone
in class MaterialData
Copyright © 2013. All Rights Reserved.