Cleanup comments, formatting, etc
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -57,7 +57,7 @@ class ChunkIOProvider implements AsynchronousExecutor.CallBackProvider<QueuedChu
|
||||
if (server != null) {
|
||||
server.getPluginManager().callEvent(new org.bukkit.event.world.ChunkLoadEvent(chunk.bukkitChunk, false));
|
||||
}
|
||||
|
||||
|
||||
chunk.a(queuedChunk.provider, queuedChunk.provider, x, z);
|
||||
}
|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@ import net.minecraft.server.NBTTagCompound;
|
||||
import net.minecraft.server.World;
|
||||
|
||||
class QueuedChunk {
|
||||
long coords;
|
||||
ChunkRegionLoader loader;
|
||||
World world;
|
||||
ChunkProviderServer provider;
|
||||
final long coords;
|
||||
final ChunkRegionLoader loader;
|
||||
final World world;
|
||||
final ChunkProviderServer provider;
|
||||
NBTTagCompound compound;
|
||||
|
||||
public QueuedChunk(long coords, ChunkRegionLoader loader, World world, ChunkProviderServer provider) {
|
||||
|
||||
Reference in New Issue
Block a user