Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3: MC crashes with exception: The method getLivingEntity() is undefined for the type LivingEvent.LivingUpdateEvent

Closed this issue ยท 1 comments

commented

Stacktrace:

[21:10:09.162] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: Unresolved compilation problems: 
	The method getLivingEntity() is undefined for the type LivingEvent.LivingUpdateEvent
	The method getLivingEntity() is undefined for the type LivingEvent.LivingUpdateEvent

	Index: 1
	Listeners:
		0: NORMAL
		1: ASM: class bassebombecraft.event.charm.CharmedMobEventHandler handleEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
java.lang.Error: Unresolved compilation problems: 
	The method getLivingEntity() is undefined for the type LivingEvent.LivingUpdateEvent
	The method getLivingEntity() is undefined for the type LivingEvent.LivingUpdateEvent

	at bassebombecraft.event.charm.CharmedMobEventHandler.handleEvent(CharmedMobEventHandler.java:39)
	at net.minecraftforge.eventbus.ASMEventHandler_6_CharmedMobEventHandler_handleEvent_LivingUpdateEvent.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:307)
	at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2110)
	at net.minecraft.entity.MobEntity.tick(MobEntity.java:310)
	at net.minecraft.entity.passive.FoxEntity.tick(FoxEntity.java:504)
	at net.minecraft.world.ServerWorld.updateEntity(ServerWorld.java:589)
	at net.minecraft.world.World.func_217390_a(World.java:737)
	at net.minecraft.world.ServerWorld.tick(ServerWorld.java:384)
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:846)
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:781)
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
	at java.lang.Thread.run(Thread.java:748)

commented

Closed with commit a26214f.