public class MapData.MapInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
EntityPlayer |
player
Reference for EntityPlayer object in MapInfo
|
int |
step
Incremented each time the map attempts to rescan its surroundings.
|
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
public int step
public MapInfo(EntityPlayer player)