Advertisement
Guest User

TileEntity 1.7

a guest
Mar 1st, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public int x;
  2. public int y;
  3. public int z;
  4.  
  5. public void a(NBTTagCompound nbttagcompound) {
  6. this.x = nbttagcompound.getInt("x");
  7. this.y = nbttagcompound.getInt("y");
  8. this.z = nbttagcompound.getInt("z");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement