Advertisement
vorburger

Spongepowered AOP

Jun 20th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. java.lang.NoSuchMethodException: No such accessible constructor on object: net.minecraft.entity.player.EntityPlayerMP
  2. at org.apache.commons.lang3.reflect.ConstructorUtils.invokeConstructor(ConstructorUtils.java:115)
  3. at org.apache.commons.lang3.reflect.ConstructorUtils.invokeConstructor(ConstructorUtils.java:85)
  4. at net.minecraft.world.World.createEntity(World.java:289)
  5. at ch.vorburger.minecraft.MyFirstSpongePlugIn.onPlayerJoin(MyFirstSpongePlugIn.java:52)
  6. at org.spongepowered.common.event.handler.PlayerJoinEventHandler_MyFirstSpongePlugIn_onPlayerJoin7.handle(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement