Skip to content

Instantly share code, notes, and snippets.

@ivardensphere
Created June 29, 2015 02:57
Show Gist options
  • Save ivardensphere/12049c30ca912640bfa0 to your computer and use it in GitHub Desktop.
Save ivardensphere/12049c30ca912640bfa0 to your computer and use it in GitHub Desktop.
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:891)
at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:642)
at funwayguy.esm.handlers.entities.ESM_EndermanHandler.onLivingUpdate(ESM_EndermanHandler.java:38)
at funwayguy.esm.handlers.ESM_EventManager.onLivingUpdate(ESM_EventManager.java:554)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_542_ESM_EventManager_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:891)
at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:642)
at funwayguy.esm.handlers.entities.ESM_EndermanHandler.onLivingUpdate(ESM_EndermanHandler.java:38)
at funwayguy.esm.handlers.ESM_EventManager.onLivingUpdate(ESM_EventManager.java:554)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_542_ESM_EventManager_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: SpecialMobs.SpecialEnderman (toast.specialMobs.entity.enderman.Entity_SpecialEnderman)
Entity ID: 3776426
Entity Name: Enderman
Entity's Exact location: -589.94, 109.36, 5074.03
Entity's Block location: World: (-590,109,5074), Chunk: (at 2,6,2 in -37,317; contains blocks -592,0,5072 to -577,255,5087), Region: (-2,9; contains chunks -64,288 to -33,319, blocks -1024,0,4608 to -513,255,5119)
Entity's Momentum: -0.02, 0.28, 0.22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment