Interface SideChainPartBlock.Neighbor

All Known Implementing Classes:
SideChainPartBlock.EmptyNeighbor, SideChainPartBlock.SideChainNeighbor
Enclosing interface:
SideChainPartBlock

public static sealed interface SideChainPartBlock.Neighbor permits SideChainPartBlock.EmptyNeighbor, SideChainPartBlock.SideChainNeighbor
  • Method Details

    • pos

      BlockPos pos()
    • isConnectable

      boolean isConnectable()
    • isUnconnectableOrChainEnd

      boolean isUnconnectableOrChainEnd()
    • connectsTowards

      boolean connectsTowards(SideChainPart pPart)
    • connectToTheRight

      default void connectToTheRight()
    • connectToTheLeft

      default void connectToTheLeft()
    • disconnectFromRight

      default void disconnectFromRight()
    • disconnectFromLeft

      default void disconnectFromLeft()