bilibiliwq
Description: Colliding entity with block
java.lang.NullPointerException: Colliding entity with block

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:875)
-- Block being collided with --
Details:
Block type: ID #81 (tile.cactus // net.minecraft.block.BlockCactus)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (430,64,96), Chunk: (at 14,4,0 in 26,6; contains blocks 416,0,96 to 431,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:875)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:803)
at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1490)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
at littleMaidMobX.LMM_EntityLittleMaid.func_70636_d(LMM_EntityLittleMaid.java:1724)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at littleMaidMobX.LMM_EntityLittleMaid.func_70071_h_(LMM_EntityLittleMaid.java:1948)
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)
-- Entity being checked for collision --
Details:
Entity Type: lmmx.LittleMaidX (littleMaidMobX.LMM_EntityLittleMaid)
Entity ID: 5108
Entity Name: Little Maid
Entity's Exact location: 430.11, 64.00, 97.19
Entity's Block location: World: (430,64,97), Chunk: (at 14,4,1 in 26,6; contains blocks 416,0,96 to 431,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: -0.11, 0.00, 0.00
-- Entity being ticked --
Details:
Entity Type: lmmx.LittleMaidX (littleMaidMobX.LMM_EntityLittleMaid)
Entity ID: 5108
Entity Name: Little Maid
Entity's Exact location: 430.11, 64.00, 97.19
Entity's Block location: World: (430,64,97), Chunk: (at 14,4,1 in 26,6; contains blocks 416,0,96 to 431,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: -0.11, 0.00, 0.00
-- Affected level --
Details:
Level name: skarn
All players: 1 total; [EntityPlayerMP['yiyi'/4851, l='skarn', x=353.48, y=67.00, z=-30.09]]
Chunk stats: ServerChunkCache: 706 Drop: 0
Level seed: 2417617274786709499
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (26,64,15), Chunk: (at 10,4,15 in 1,0; contains blocks 16,0,0 to 31,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1088493 game time, 129132 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 7728 (now: true), thunder time: 100420 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

传送到430,64,96坐标后崩溃报告
Description: Colliding entity with block
java.lang.NullPointerException: Colliding entity with block
at net.minecraft.entity.DataWatcher.func_75679_c(SourceFile:91)
at com.meteor.extrabotany.common.core.handler.PropertyHandler.getShieldAmount(PropertyHandler.java:26)
at com.meteor.extrabotany.common.event.EventShield.onPlayerAttacked(EventShield.java:35)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_364_EventShield_onPlayerAttacked_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:298)
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1080)
at net.minecraft.entity.player.EntityPlayerMP.localDamageEntity(EntityPlayerMP.java)
at api.player.server.ServerPlayerAPI.damageEntity(ServerPlayerAPI.java:3261)
at net.minecraft.entity.player.EntityPlayerMP.func_70665_d(EntityPlayerMP.java)
at littleMaidMobX.LMM_EntityLittleMaidAvatarMP.W_damageEntity(LMM_EntityLittleMaidAvatarMP.java:604)
at littleMaidMobX.LMM_EntityLittleMaid.func_70665_d(LMM_EntityLittleMaid.java:1444)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:145)
at littleMaidMobX.LMM_EntityLittleMaid.func_70097_a(LMM_EntityLittleMaid.java:1511)
at net.minecraft.block.BlockCactus.func_149670_a(BlockCactus.java:138)
at net.minecraft.entity.Entity.func_145775_I(Entity.java:870)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:803)
at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1490)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
at littleMaidMobX.LMM_EntityLittleMaid.func_70636_d(LMM_EntityLittleMaid.java:1724)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at littleMaidMobX.LMM_EntityLittleMaid.func_70071_h_(LMM_EntityLittleMaid.java:1948)
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.DataWatcher.func_75679_c(SourceFile:91)
at com.meteor.extrabotany.common.core.handler.PropertyHandler.getShieldAmount(PropertyHandler.java:26)
at com.meteor.extrabotany.common.event.EventShield.onPlayerAttacked(EventShield.java:35)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_364_EventShield_onPlayerAttacked_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:298)
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1080)
at net.minecraft.entity.player.EntityPlayerMP.localDamageEntity(EntityPlayerMP.java)
at api.player.server.ServerPlayerAPI.damageEntity(ServerPlayerAPI.java:3261)
at net.minecraft.entity.player.EntityPlayerMP.func_70665_d(EntityPlayerMP.java)
at littleMaidMobX.LMM_EntityLittleMaidAvatarMP.W_damageEntity(LMM_EntityLittleMaidAvatarMP.java:604)
at littleMaidMobX.LMM_EntityLittleMaid.func_70665_d(LMM_EntityLittleMaid.java:1444)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:145)
at littleMaidMobX.LMM_EntityLittleMaid.func_70097_a(LMM_EntityLittleMaid.java:1511)
at net.minecraft.block.BlockCactus.func_149670_a(BlockCactus.java:138)
-- Block being collided with --
Details:
Block type: ID #81 (tile.cactus // net.minecraft.block.BlockCactus)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (430,64,96), Chunk: (at 14,4,0 in 26,6; contains blocks 416,0,96 to 431,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:870)
-- Entity being checked for collision --
Details:
Entity Type: lmmx.LittleMaidX (littleMaidMobX.LMM_EntityLittleMaid)
Entity ID: 1417
Entity Name: Little Maid
Entity's Exact location: 430.00, 64.00, 97.19
Entity's Block location: World: (430,64,97), Chunk: (at 14,4,1 in 26,6; contains blocks 416,0,96 to 431,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: -0.11, 0.00, 0.00
Stacktrace:
at net.minecraft.entity.Entity.func_70091_d(Entity.java:803)
at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1490)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
at littleMaidMobX.LMM_EntityLittleMaid.func_70636_d(LMM_EntityLittleMaid.java:1724)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at littleMaidMobX.LMM_EntityLittleMaid.func_70071_h_(LMM_EntityLittleMaid.java:1948)
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: lmmx.LittleMaidX (littleMaidMobX.LMM_EntityLittleMaid)
Entity ID: 1417
Entity Name: Little Maid
Entity's Exact location: 430.00, 64.00, 97.19
Entity's Block location: World: (430,64,97), Chunk: (at 14,4,1 in 26,6; contains blocks 416,0,96 to 431,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: -0.11, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: skarn
All players: 1 total; [EntityPlayerMP['22'/627, l='skarn', x=430.50, y=64.50, z=96.50]]
Chunk stats: ServerChunkCache: 925 Drop: 0
Level seed: 2417617274786709499
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (26,64,15), Chunk: (at 10,4,15 in 1,0; contains blocks 16,0,0 to 31,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1089863 game time, 130502 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 6358 (now: true), thunder time: 99050 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
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)



ItIsEnderman
430,64,96坐标底下是个仙人掌,先暂时设法移除附近的女仆,然后把你自己传送过去,把仙人掌打了。然后,尽量避免女仆接触仙人掌,如果有条件的话更新女仆Mod。

bilibiliwq
ItIsEnderman 发表于 2019-11-3 15:58
430,64,96坐标底下是个仙人掌,先暂时设法移除附近的女仆,然后把你自己传送过去,把仙人掌打了。然后,尽 ...

传送过去就崩溃,解决不了我已经删地图的,不过谢谢

第一页 上一页 下一页 最后一页