net.minecraft.world.storage
Class MapInfo
java.lang.Object
net.minecraft.world.storage.MapInfo
public class MapInfo
- extends Object
entityplayerObj
public final EntityPlayer entityplayerObj
- Reference for EntityPlayer object in MapInfo
field_76209_b
public int[] field_76209_b
field_76210_c
public int[] field_76210_c
field_82569_d
public int field_82569_d
MapInfo
public MapInfo(MapData par1MapData,
EntityPlayer par2EntityPlayer)
getPlayersOnMap
public byte[] getPlayersOnMap(ItemStack par1ItemStack)
- returns a 1+players*3 array, of x,y, and color . the name of this function may be partially wrong, as there is a
second branch to the code here