Package org.bukkit.material
Class LongGrass
- java.lang.Object
-
- org.bukkit.material.MaterialData
-
- org.bukkit.material.LongGrass
-
- All Implemented Interfaces:
Cloneable
@Deprecated public class LongGrass extends MaterialData
Deprecated.all usage of MaterialData is deprecated and subject to removal. UseBlockData
.Represents the different types of long grasses.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LongGrass
clone()
Deprecated.GrassSpecies
getSpecies()
Deprecated.Gets the current species of this grassvoid
setSpecies(GrassSpecies species)
Deprecated.Sets the species of this grassString
toString()
Deprecated.-
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
-
-
-
Constructor Detail
-
LongGrass
public LongGrass()
Deprecated.
-
LongGrass
public LongGrass(GrassSpecies species)
Deprecated.
-
LongGrass
public LongGrass(Material type)
Deprecated.
-
LongGrass
@Deprecated public LongGrass(Material type, byte data)
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Detail
-
getSpecies
public GrassSpecies getSpecies()
Deprecated.Gets the current species of this grass- Returns:
- GrassSpecies of this grass
-
setSpecies
public void setSpecies(GrassSpecies species)
Deprecated.Sets the species of this grass- Parameters:
species
- New species of this grass
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMaterialData
-
clone
public LongGrass clone()
Deprecated.- Overrides:
clone
in classMaterialData
-
-