Skip to content

Commit

Permalink
Add activate() to IChickenChunkLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Mar 5, 2015
1 parent 00975e7 commit 4a7cde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codechicken/chunkloader/IChickenChunkLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public abstract interface IChickenChunkLoader
public World getWorld();
public BlockCoord getPosition();
public void deactivate();
public void activate();
public Collection<ChunkCoordIntPair> getChunks();
}

0 comments on commit 4a7cde9

Please sign in to comment.