Package org.bukkit.material
Class ExtendedRails
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Rails
org.bukkit.material.ExtendedRails
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- DetectorRail,- PoweredRail
Deprecated.
This is the superclass for the 
DetectorRail and PoweredRail
 classes- 
Constructor SummaryConstructorsConstructorDescriptionExtendedRails(Material type) Deprecated.ExtendedRails(Material type, byte data) Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.protected byteDeprecated.Magic valuebooleanisCurve()Deprecated.voidsetDirection(BlockFace face, boolean isOnSlope) Deprecated.Set the direction of these tracksMethods inherited from class org.bukkit.material.RailsgetDirection, isOnSlope, toStringMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
ExtendedRailsDeprecated.
- 
ExtendedRailsDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
isCurvepublic boolean isCurve()Deprecated.
- 
getConvertedDataDeprecated.Magic valueReturn the data without the extended properties used byPoweredRailandDetectorRail. Overridden inExtendedRails- Overrides:
- getConvertedDatain class- Rails
- Returns:
- the data without the extended part
 
- 
setDirectionDeprecated.Description copied from class:RailsSet the direction of these tracksNote that tracks are bidirectional and that the direction returned is the ascending direction if the track is set on a slope. If it is set as a curve, the corner of the track should be supplied. - Overrides:
- setDirectionin class- Rails
- Parameters:
- face- the direction the track should be facing
- isOnSlope- whether or not the track should be on a slope
 
- 
cloneDeprecated.
 
- 
BlockData.