public class MapData.MapInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
isDirty |
private int |
maxX |
private int |
maxY |
private int |
minX |
private int |
minY |
EntityPlayer |
player |
int |
step |
private int |
tick |
Constructor and Description |
---|
MapInfo(EntityPlayer player) |
Modifier and Type | Method and Description |
---|---|
Packet<?> |
getPacket(ItemStack stack) |
void |
update(int x,
int y) |
public final EntityPlayer player
private boolean isDirty
private int minX
private int minY
private int maxX
private int maxY
private int tick
public int step
public MapInfo(EntityPlayer player)