Esempio n. 1
0
 public MapStorage(net.minecraft.src.ISaveHandler isavehandler)
 {
     // Referenced classes of package net.minecraft.src:
     //            MapDataBase, ISaveHandler, CompressedStreamTools, NBTTagCompound,
     //            NBTBase, NBTTagShort
     field_28179_b = new SharpBukkitLive.NullSafeDictionary <string, MapDataBase>();
     field_28182_c = new List <MapDataBase>();
     field_28181_d = new Dictionary <string, short>();
     field_28180_a = isavehandler;
     Func_28174_b();
 }
Esempio n. 2
0
 public MapData(string s)
     : base(s)
 {
     // Referenced classes of package net.minecraft.src:
     //            MapDataBase, NBTTagCompound, MapInfo, EntityPlayer,
     //            InventoryPlayer, MapCoord, ItemStack, World
     field_28160_f = new byte[16384];
     field_28158_h = new List <MapInfo>();
     field_28156_j = new SharpBukkitLive.NullSafeDictionary <EntityPlayer, MapInfo>();
     field_28157_i = new List <MapCoord>();
 }
Esempio n. 3
0
 public ChunkProvider(net.minecraft.src.World world, net.minecraft.src.IChunkLoader
                      ichunkloader, net.minecraft.src.IChunkProvider ichunkprovider)
 {
     // Referenced classes of package net.minecraft.src:
     //            IChunkProvider, EmptyChunk, ChunkCoordIntPair, Chunk,
     //            IChunkLoader, World, IProgressUpdate
     field_28062_a  = new SharpBukkitLive.NullSafeDictionary <int, Chunk>();
     field_28065_e  = new SharpBukkitLive.NullSafeDictionary <int, Chunk>();
     field_28064_f  = new List <Chunk>();
     field_28061_b  = new net.minecraft.src.EmptyChunk(world, new byte[32768], 0, 0);
     worldObj       = world;
     field_28066_d  = ichunkloader;
     chunkGenerator = ichunkprovider;
 }