mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 15:07:41 +00:00
sp-server
This commit is contained in:
11
sp-server/src_aux/AnvilChunkLoaderPending.java
Normal file
11
sp-server/src_aux/AnvilChunkLoaderPending.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.minecraft.src;
|
||||
|
||||
class AnvilChunkLoaderPending {
|
||||
public final ChunkCoordIntPair chunkCoordinate;
|
||||
public final NBTTagCompound nbtTags;
|
||||
|
||||
public AnvilChunkLoaderPending(ChunkCoordIntPair par1ChunkCoordIntPair, NBTTagCompound par2NBTTagCompound) {
|
||||
this.chunkCoordinate = par1ChunkCoordIntPair;
|
||||
this.nbtTags = par2NBTTagCompound;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user