net.minecraft.world.storage
Class MapInfo

java.lang.Object
  extended by net.minecraft.world.storage.MapInfo

public class MapInfo
extends Object


Field Summary
 EntityPlayer entityplayerObj
          Reference for EntityPlayer object in MapInfo
 int[] field_76209_b
           
 int[] field_76210_c
           
 int field_82569_d
           
 
Constructor Summary
MapInfo(MapData par1MapData, EntityPlayer par2EntityPlayer)
           
 
Method Summary
 byte[] getPlayersOnMap(ItemStack par1ItemStack)
          returns a 1+players*3 array, of x,y, and color .
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MapInfo

public MapInfo(MapData par1MapData,
               EntityPlayer par2EntityPlayer)
Method Detail

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