public class WorldCoord
extends java.lang.Object
BlockPos| Constructor and Description |
|---|
WorldCoord(net.minecraft.util.math.BlockPos pos) |
WorldCoord(int _x,
int _y,
int _z) |
WorldCoord(net.minecraft.tileentity.TileEntity s) |
| Modifier and Type | Method and Description |
|---|---|
WorldCoord |
add(AEPartLocation direction,
int length) |
WorldCoord |
add(int _x,
int _y,
int _z) |
WorldCoord |
copy() |
AEPartLocation |
directionTo(WorldCoord loc)
Will Return NULL if it's at some diagonal!
|
WorldCoord |
divide(int _x,
int _y,
int _z) |
boolean |
equals(java.lang.Object obj) |
net.minecraft.util.math.BlockPos |
getPos() |
int |
hashCode() |
boolean |
isEqual(WorldCoord c) |
WorldCoord |
multiple(int _x,
int _y,
int _z) |
WorldCoord |
subtract(AEPartLocation direction,
int length) |
WorldCoord |
subtract(int _x,
int _y,
int _z) |
java.lang.String |
toString() |
public WorldCoord(net.minecraft.tileentity.TileEntity s)
public WorldCoord(int _x,
int _y,
int _z)
public WorldCoord(net.minecraft.util.math.BlockPos pos)
public WorldCoord subtract(AEPartLocation direction, int length)
public WorldCoord add(int _x, int _y, int _z)
public WorldCoord subtract(int _x, int _y, int _z)
public WorldCoord multiple(int _x, int _y, int _z)
public WorldCoord divide(int _x, int _y, int _z)
public AEPartLocation directionTo(WorldCoord loc)
public boolean isEqual(WorldCoord c)
public WorldCoord add(AEPartLocation direction, int length)
public WorldCoord copy()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic net.minecraft.util.math.BlockPos getPos()
public java.lang.String toString()
toString in class java.lang.Object