java.lang.Cloneable, Attachable, Directional, Redstonepublic class TripwireHook extends SimpleAttachableMaterialData implements Redstone
| Constructor | Description | 
|---|---|
| TripwireHook() | |
| TripwireHook(BlockFace dir) | |
| TripwireHook(Material type,
            byte data) | Deprecated.
 Magic value | 
| Modifier and Type | Method | Description | 
|---|---|---|
| TripwireHook | clone() | |
| BlockFace | getAttachedFace() | Gets the face that this block is attached on | 
| boolean | isActivated() | Test if hook is currently activated | 
| boolean | isConnected() | Test if tripwire is connected | 
| boolean | isPowered() | Gets the current state of this Material, indicating if it's powered or
 unpowered | 
| void | setActivated(boolean act) | Set hook activated state | 
| void | setConnected(boolean connected) | Set tripwire connection state | 
| void | setFacingDirection(BlockFace face) | Sets the direction that this block is facing in | 
| java.lang.String | toString() | 
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackfinalize, getClass, notify, notifyAll, wait, wait, waitgetFacingpublic TripwireHook()
@Deprecated public TripwireHook(Material type, byte data)
type - the typedata - the raw data valuepublic TripwireHook(BlockFace dir)
public boolean isConnected()
public void setConnected(boolean connected)
connected - - true if connected, false if notpublic boolean isActivated()
public void setActivated(boolean act)
act - - true if activated, false if notpublic void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection in interface Directionalface - The facing directionpublic BlockFace getAttachedFace()
AttachablegetAttachedFace in interface Attachablepublic boolean isPowered()
Redstonepublic TripwireHook clone()
clone in class SimpleAttachableMaterialDatapublic java.lang.String toString()
toString in class SimpleAttachableMaterialDataCopyright © 2018. All rights reserved.