BlockData.@Deprecated public class Tripwire extends MaterialData
| Constructor and Description |
|---|
Tripwire()
Deprecated.
|
Tripwire(Material type,
byte data)
Deprecated.
Magic value
|
| Modifier and Type | Method and Description |
|---|---|
Tripwire |
clone()
Deprecated.
|
boolean |
isActivated()
Deprecated.
Test if tripwire is currently activated
|
boolean |
isObjectTriggering()
Deprecated.
Test if object triggering this tripwire directly
|
void |
setActivated(boolean act)
Deprecated.
Set tripwire activated state
|
void |
setObjectTriggering(boolean trig)
Deprecated.
Set object triggering state for this tripwire
|
String |
toString()
Deprecated.
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic Tripwire()
@Deprecated public Tripwire(Material type, byte data)
type - the typedata - the raw data valuepublic boolean isActivated()
public void setActivated(boolean act)
act - - true if activated, false if notpublic boolean isObjectTriggering()
public void setObjectTriggering(boolean trig)
trig - - true if object activating tripwire, false if notpublic Tripwire clone()
clone in class MaterialDatapublic String toString()
toString in class MaterialDataCopyright © 2022. All rights reserved.