Interface FaceRedstonePart

All Superinterfaces:
MultiPart, RedstonePart
All Known Implementing Classes:
ButtonPart, ButtonPart.AcaciaButtonPart, ButtonPart.BirchButtonPart, ButtonPart.CrimsonButtonPart, ButtonPart.DarkOakButtonPart, ButtonPart.JungleButtonPart, ButtonPart.OakButtonPart, ButtonPart.PolishedBlackstoneButtonPart, ButtonPart.SpruceButtonPart, ButtonPart.StoneButtonPart, ButtonPart.WarpedButtonPart, LeverPart, RedstoneTorchPart

public interface FaceRedstonePart extends RedstonePart
For parts like wires that adhere to a specific face, reduces redstone connections to the specific edge between two faces. Should be implemented on parts implementing FacePart
  • Method Details

    • getFace

      int getFace()
      Returns the face which this Redstone part is attached.
      Returns:
      The face.