Class ConnectedTextureBehaviour.ContextRequirement

java.lang.Object
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.ContextRequirement
Enclosing class:
ConnectedTextureBehaviour

public static class ConnectedTextureBehaviour.ContextRequirement extends Object
  • Field Details

    • up

      public final boolean up
    • down

      public final boolean down
    • left

      public final boolean left
    • topLeft

      public final boolean topLeft
    • topRight

      public final boolean topRight
    • bottomLeft

      public final boolean bottomLeft
    • bottomRight

      public final boolean bottomRight
  • Constructor Details

    • ContextRequirement

      public ContextRequirement(boolean up, boolean down, boolean left, boolean right, boolean topLeft, boolean topRight, boolean bottomLeft, boolean bottomRight)
  • Method Details