Package net.minecraft.src
Class MapInfo
java.lang.Object
net.minecraft.src.MapInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal EntityPlayerReference for EntityPlayer object in MapInfoint[]int[]int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]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
-
Field Details
-
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
-
MapInfo
-
-
Method Details
-
getPlayersOnMap
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
-