net.minecraft.world.storage
Class MapCoord

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

public class MapCoord
extends Object


Field Summary
 byte centerX
           
 byte centerZ
           
 byte iconRotation
           
 byte iconSize
           
 
Constructor Summary
MapCoord(MapData par1MapData, byte par2, byte par3, byte par4, byte par5)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconSize

public byte iconSize

centerX

public byte centerX

centerZ

public byte centerZ

iconRotation

public byte iconRotation
Constructor Detail

MapCoord

public MapCoord(MapData par1MapData,
                byte par2,
                byte par3,
                byte par4,
                byte par5)