Interface FacePart

All Superinterfaces:
MultiPart, SlottedPart
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, FaceMicroblockPart, HollowMicroblockPart, LeverPart, McSidedStatePart, RedstoneTorchPart, SoulTorchPart, TorchPart

public interface FacePart extends SlottedPart
Interface which must be implemented by parts that go in a face part.
  • Method Details

    • redstoneConductionMap

      default int redstoneConductionMap()
      Return the redstone conduction map for which signal can pass through this part on the face. Eg, hollow covers return 0x10 as signal can pass through the center hole.