Package org.bukkit.material
Class RedstoneTorch
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
org.bukkit.material.Torch
org.bukkit.material.RedstoneTorch
- All Implemented Interfaces:
- Cloneable,- Attachable,- Directional,- Redstone
Deprecated.
Represents a redstone torch
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.RedstoneTorch(Material type) Deprecated.RedstoneTorch(Material type, byte data) Deprecated.Magic value
- 
Method SummaryMethods inherited from class org.bukkit.material.TorchgetAttachedFace, setFacingDirectionMethods inherited from class org.bukkit.material.SimpleAttachableMaterialDatagetFacingMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
RedstoneTorchpublic RedstoneTorch()Deprecated.
- 
RedstoneTorchDeprecated.
- 
RedstoneTorchDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
isPoweredpublic boolean isPowered()Deprecated.Gets the current state of this Material, indicating if it's powered or unpowered
- 
toStringDeprecated.- Overrides:
- toStringin class- SimpleAttachableMaterialData
 
- 
cloneDeprecated.
 
- 
BlockData.