Class SurroundingBlockData.SideConnections
java.lang.Object
com.supermartijn642.fusion.model.types.connecting.SurroundingBlockData.SideConnections
- Enclosing class:
- SurroundingBlockData
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal booleanfinal booleanfinal intfinal booleanfinal booleanfinal net.minecraft.core.Directionfinal booleanfinal booleanfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionSideConnections(net.minecraft.core.Direction side, boolean top, boolean topRight, boolean right, boolean bottomRight, boolean bottom, boolean bottomLeft, boolean left, boolean topLeft) -
Method Summary
-
Field Details
-
side
public final net.minecraft.core.Direction side -
top
public final boolean top -
topRight
public final boolean topRight -
right
public final boolean right -
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