public static final class SurroundingBlockData.SideConnections
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
bottom |
boolean |
bottomLeft |
boolean |
bottomRight |
boolean |
left |
boolean |
right |
net.minecraft.util.EnumFacing |
side |
boolean |
top |
boolean |
topLeft |
boolean |
topRight |
| Constructor and Description |
|---|
SideConnections(net.minecraft.util.EnumFacing side,
boolean top,
boolean topRight,
boolean right,
boolean bottomRight,
boolean bottom,
boolean bottomLeft,
boolean left,
boolean topLeft) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final net.minecraft.util.EnumFacing side
public final boolean top
public final boolean topRight
public final boolean right
public final boolean bottomRight
public final boolean bottom
public final boolean bottomLeft
public final boolean left
public final boolean topLeft