WoodenStep

public class WoodenStep extends MaterialData

Represents the different types of wooden steps.

Constructors

Link copied to clipboard
public void WoodenStep()
public void WoodenStep(TreeSpecies species)
public void WoodenStep(TreeSpecies species, boolean inv)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public WoodenStep clone()
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
Gets the Material that this MaterialData represents
Link copied to clipboard
Gets the current species of this tree
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean isInverted()
Test if step is inverted
Link copied to clipboard
public void setInverted(boolean inv)
Set step inverted state
Link copied to clipboard
public void setSpecies(TreeSpecies species)
Sets the species of this tree
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()