resent-1.8/Resent-main/sp-server/src_aux/AnvilChunkLoaderPending.java
ThisIsALegitUsername 20907f090c import resent source
2022-12-27 20:54:38 +00:00

12 lines
348 B
Java

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;
}
}