Package org.bukkit.material
Class Step
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.Step
- All Implemented Interfaces:
- Cloneable
Deprecated.
Represents the different types of steps.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.protected intDeprecated.Magic valueDeprecated.Retrieve a list of possible textures.booleanDeprecated.Test if step is invertedvoidsetInverted(boolean inv) Deprecated.Set step inverted stateprotected voidsetTextureIndex(int idx) Deprecated.Magic valuetoString()Deprecated.Methods inherited from class org.bukkit.material.TexturedMaterialgetMaterial, setMaterialMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Steppublic Step()Deprecated.
- 
StepDeprecated.
- 
StepDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getTexturesDeprecated.Description copied from class:TexturedMaterialRetrieve a list of possible textures. The first element of the list will be used as a default.- Specified by:
- getTexturesin class- TexturedMaterial
- Returns:
- a list of possible textures for this block
 
- 
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)
 
- 
getTextureIndexDeprecated.Magic valueGet material index from data- Overrides:
- getTextureIndexin class- TexturedMaterial
- Returns:
- index of data in textures list
 
- 
setTextureIndexDeprecated.Magic valueSet material index- Overrides:
- setTextureIndexin class- TexturedMaterial
- Parameters:
- idx- - index of data in textures list
 
- 
cloneDeprecated.- Overrides:
- clonein class- TexturedMaterial
 
- 
toStringDeprecated.- Overrides:
- toStringin class- TexturedMaterial
 
 
- 
BlockData.