Diode

public class Diode extends MaterialData implements Directional

Constructors

Link copied to clipboard
public void Diode()
public void Diode(Material type)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public Diode clone()
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
public int getDelay()
Gets the delay of the repeater in ticks
Link copied to clipboard
Gets the direction this block is facing
Link copied to clipboard
Gets the Material that this MaterialData represents
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public void setDelay(int delay)
Sets the delay of the repeater
Link copied to clipboard
public void setFacingDirection(BlockFace face)
Sets the direction that this block is facing in
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()