[Solved] Java threading error [closed]


A quick search online reveals that the EntityClientPlayerMP has a constructor:

EntityClientPlayerMP(Minecraft par1Minecraft, World par2World,
    Session par3Session, NetClientHandler par4NetClientHandler)

Since that is the only constructor, creating a new object of that class will require you call it with that.

solved Java threading error [closed]