Class MapInfo

java.lang.Object
net.minecraft.src.MapInfo

public class MapInfo extends Object
  • Field Details

    • 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 Details

  • Method Details

    • 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