documentation resigned

This commit is contained in:
Leijurv 2019-03-15 16:19:07 -07:00
parent 5a8f02c944
commit 1dd9e11994
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
package baritone.api.event.listener;
import baritone.api.event.events.*;
import net.minecraft.client.GameSettings;
import net.minecraft.client.Minecraft;
import net.minecraft.client.entity.EntityPlayerSP;
import net.minecraft.client.gui.GuiGameOver;
@ -61,7 +60,6 @@ public interface IGameEventListener {
* Runs before and after whenever a chunk is either loaded, unloaded, or populated.
*
* @param event The event
* @see WorldClient#doPreChunk(int, int, boolean)
*/
void onChunkEvent(ChunkEvent event);