public class WireNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
EnumWirePart |
part |
net.minecraft.util.math.BlockPos |
pos |
Constructor and Description |
---|
WireNode(net.minecraft.util.math.BlockPos pos,
EnumWirePart part) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<net.minecraft.util.EnumFacing,WireNode> |
getAllPossibleConnections() |
int |
hashCode() |
WireNode |
offset(net.minecraft.util.EnumFacing face) |
java.lang.String |
toString() |
public final net.minecraft.util.math.BlockPos pos
public final EnumWirePart part
public WireNode(net.minecraft.util.math.BlockPos pos, EnumWirePart part)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public WireNode offset(net.minecraft.util.EnumFacing face)
public java.util.Map<net.minecraft.util.EnumFacing,WireNode> getAllPossibleConnections()