Package org.bukkit.material
Class WoodenStep
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Wood
org.bukkit.material.WoodenStep
- All Implemented Interfaces:
- Cloneable
@Deprecated public class WoodenStep extends Wood
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
 Use 
BlockData.Represents the different types of wooden steps.
- See Also:
- Material.LEGACY_WOOD_STEP
- 
Field SummaryFields Modifier and Type Field Description protected static booleanDEFAULT_INVERTEDDeprecated.protected static MaterialDEFAULT_TYPEDeprecated.
- 
Constructor SummaryConstructors Constructor Description WoodenStep()Deprecated.Constructs a wooden step.WoodenStep(Material type, byte data)Deprecated.Magic valueWoodenStep(TreeSpecies species)Deprecated.Constructs a wooden step of the given tree species.WoodenStep(TreeSpecies species, boolean inv)Deprecated.Constructs a wooden step of the given type and tree species, either inverted or not.
- 
Method SummaryModifier and Type Method Description WoodenStepclone()Deprecated.booleanisInverted()Deprecated.Test if step is invertedvoidsetInverted(boolean inv)Deprecated.Set step inverted stateStringtoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Field Details- 
DEFAULT_TYPEDeprecated.
- 
DEFAULT_INVERTEDprotected static final boolean DEFAULT_INVERTEDDeprecated.- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
WoodenSteppublic WoodenStep()Deprecated.Constructs a wooden step.
- 
WoodenStepDeprecated.Constructs a wooden step of the given tree species.- Parameters:
- species- the species of the wooden step
 
- 
WoodenStepDeprecated.Constructs a wooden step of the given type and tree species, either inverted or not.- Parameters:
- species- the species of the wooden step
- inv- true the step is at the top of the block
 
- 
WoodenStepDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
isInvertedpublic boolean isInverted()Deprecated.Test if step is inverted- Returns:
- true if inverted (top half), false if normal (bottom half)
 
- 
setInvertedpublic void setInverted(boolean inv)Deprecated.Set step inverted state- Parameters:
- inv- - true if step is inverted (top half), false if step is normal (bottom half)
 
- 
cloneDeprecated.
- 
toStringDeprecated.
 
-