Skip to content

Instantly share code, notes, and snippets.

@octylFractal
Created July 3, 2015 02:32
Show Gist options
  • Save octylFractal/cf72101883c65fd7bd01 to your computer and use it in GitHub Desktop.
Save octylFractal/cf72101883c65fd7bd01 to your computer and use it in GitHub Desktop.
You are seeing this message because an event callback was injected by the Event
Injection Subsystem but the specified callback method was not defined. The
details of the missing callback are as follows:
Event Name: onplayerdigging
Cancellable: true
Callback class: net.minecraft.network.play.client.C07PacketPlayerDigging
Callback method: getPosition
If you are the mod author then in order to fix the error you must add a suitable
callback method in the above class. The method signature should be as follows:
public static void getPosition()
{
// handler code here
}
This is an unrecoverable error, please report it to the mod author and remove
the offending mod.
1) com.mumfrey.liteloader.core.CallbackProxyCommon.onPlayerDigging(CallbackProxyCommon.java:92)
2) com.mumfrey.liteloader.core.event.EventProxy$2.$event00021(Unknown Source)
3) net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:486)
4) net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:53)
5) net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:76)
6) net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:24)
7) java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
8) java.util.concurrent.FutureTask.run(FutureTask.java:266)
9) net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:732)
10) net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:676)
11) net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
12) net.minecraft.server.MinecraftServer.run(MinecraftServer.java:559)
13) java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment