Class ConnectedTextureBehaviour.ContextRequirement
java.lang.Object
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.ContextRequirement
- Enclosing class:
- ConnectedTextureBehaviour
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionContextRequirement(boolean up, boolean down, boolean left, boolean right, boolean topLeft, boolean topRight, boolean bottomLeft, boolean bottomRight) -
Method Summary
-
Field Details
-
up
public final boolean up -
down
public final boolean down -
left
public final boolean left -
right
public final boolean right -
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
-
builder
-