Constructor and Description |
---|
Tile(int x,
int y,
int z,
TileInstance tileInstance) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
TileInstance |
getTileInstance() |
List<TileItem> |
getTileItems() |
int |
getX() |
int |
getY() |
int |
getZ() |
int |
hashCode() |
boolean |
hasSameObjects(Tile tile) |
Iterator<TileItem> |
iterator() |
void |
setTileInstance(TileInstance tileInstance) |
void |
setTileItems(List<TileItem> tileItems) |
void |
setX(int x) |
void |
setY(int y) |
void |
setZ(int z) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Tile(int x, int y, int z, TileInstance tileInstance)
public boolean hasSameObjects(Tile tile)
public int getX()
public int getY()
public int getZ()
public TileInstance getTileInstance()
public void setX(int x)
public void setY(int y)
public void setZ(int z)
public void setTileInstance(TileInstance tileInstance)
protected boolean canEqual(Object other)
Copyright © 2018. All rights reserved.