Class SurroundingBlockData.SideConnections

java.lang.Object
com.supermartijn642.fusion.model.types.connecting.SurroundingBlockData.SideConnections
Enclosing class:
SurroundingBlockData

public static final class SurroundingBlockData.SideConnections extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
     
    final boolean
     
    final boolean
     
    final int
     
    final boolean
     
    final boolean
     
    final net.minecraft.core.Direction
     
    final boolean
     
    final boolean
     
    final boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SideConnections(net.minecraft.core.Direction side, boolean top, boolean topRight, boolean right, boolean bottomRight, boolean bottom, boolean bottomLeft, boolean left, boolean topLeft)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • side

      public final net.minecraft.core.Direction side
    • top

      public final boolean top
    • topRight

      public final boolean topRight
    • bottomRight

      public final boolean bottomRight
    • bottom

      public final boolean bottom
    • bottomLeft

      public final boolean bottomLeft
    • left

      public final boolean left
    • topLeft

      public final boolean topLeft
    • hash

      public final int hash
  • Constructor Details

    • SideConnections

      public SideConnections(net.minecraft.core.Direction side, boolean top, boolean topRight, boolean right, boolean bottomRight, boolean bottom, boolean bottomLeft, boolean left, boolean topLeft)
  • Method Details