net.minecraft.world.storage.MapData.MapData |
( |
String |
par1Str) | |
|
byte [] net.minecraft.world.storage.MapData.getUpdatePacketData |
( |
ItemStack |
par1ItemStack, |
|
|
World |
par2World, |
|
|
EntityPlayer |
par3EntityPlayer |
|
) |
| |
Get byte array of packet data to send to players on map for updating map data
void net.minecraft.world.storage.MapData.readFromNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
|
virtual |
void net.minecraft.world.storage.MapData.setColumnDirty |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
Marks a vertical range of pixels as being modified so they will be resent to clients. Parameters: X, lowest Y, highest Y
void net.minecraft.world.storage.MapData.updateMPMapData |
( |
byte[] |
par1ArrayOfByte) | |
|
Updates the client's map with information from other players in MP
void net.minecraft.world.storage.MapData.updateVisiblePlayers |
( |
EntityPlayer |
par1EntityPlayer, |
|
|
ItemStack |
par2ItemStack |
|
) |
| |
Adds the player passed to the list of visible players and checks to see which players are visible
void net.minecraft.world.storage.MapData.writeToNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
|
virtual |
byte [] net.minecraft.world.storage.MapData.colors = new byte[16384] |
int net.minecraft.world.storage.MapData.dimension |
List net.minecraft.world.storage.MapData.playersArrayList = new ArrayList() |
Holds a reference to the MapInfo of the players who own a copy of the map
Map net.minecraft.world.storage.MapData.playersVisibleOnMap = new LinkedHashMap() |
byte net.minecraft.world.storage.MapData.scale |
int net.minecraft.world.storage.MapData.xCenter |
int net.minecraft.world.storage.MapData.zCenter |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/world/storage/MapData.java