THE UPDATE
Merging months of dev work into master. The update is playable, but untested.
This commit is contained in:
8
StevenDimDoors/mod_pocketDim/IChunkLoader.java
Normal file
8
StevenDimDoors/mod_pocketDim/IChunkLoader.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package StevenDimDoors.mod_pocketDim;
|
||||
|
||||
import net.minecraftforge.common.ForgeChunkManager.Ticket;
|
||||
|
||||
public interface IChunkLoader
|
||||
{
|
||||
public void forceChunkLoading(Ticket ticket,int x, int z);
|
||||
}
|
||||
Reference in New Issue
Block a user