Class PoweredRail

All Implemented Interfaces:
java.lang.Cloneable, Redstone

public class PoweredRail
extends ExtendedRails
implements Redstone
Represents a powered rail
  • Constructor Details

    • PoweredRail

      public PoweredRail()
    • PoweredRail

      @Deprecated public PoweredRail​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • PoweredRail

      public PoweredRail​(Material type)
    • PoweredRail

      @Deprecated public PoweredRail​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • PoweredRail

      @Deprecated public PoweredRail​(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details

    • isPowered

      public boolean isPowered()
      Description copied from interface: Redstone
      Gets the current state of this Material, indicating if it's powered or unpowered
      Specified by:
      isPowered in interface Redstone
      Returns:
      true if powered, otherwise false
    • setPowered

      public void setPowered​(boolean isPowered)
      Set whether this PoweredRail should be powered or not.
      Parameters:
      isPowered - whether or not the rail is powered
    • clone

      public PoweredRail clone()
      Overrides:
      clone in class ExtendedRails