TripwireHook

public class TripwireHook extends SimpleAttachableMaterialData implements Redstone

Represents the tripwire hook

Constructors

Link copied to clipboard
public void TripwireHook()
public void TripwireHook(BlockFace dir)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
Gets the face that this block is attached on
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 boolean isActivated()
Test if hook is currently activated
Link copied to clipboard
public boolean isConnected()
Test if tripwire is connected
Link copied to clipboard
public boolean isPowered()
Gets the current state of this Material, indicating if it's powered or unpowered
Link copied to clipboard
public void setActivated(boolean act)
Set hook activated state
Link copied to clipboard
public void setConnected(boolean connected)
Set tripwire connection state
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()