12-06-2014, 05:15 PM
Oh yes good. Until now I've only been extracting classes from minecraft.jar, but a PlayerEntity requires a GameProfile, which is in a mojang lib authlib. I have some code that will specially get that single class and use it to create a player now.
As for the facing problem, good point, no teleporting required. Still I'm pondering how to implement it, as I want the cleanest solution possible. Right now my best bet is just trying the 6 directions and checking which fail, but I'm not very pleased with that solution.
As for the facing problem, good point, no teleporting required. Still I'm pondering how to implement it, as I want the cleanest solution possible. Right now my best bet is just trying the 6 directions and checking which fail, but I'm not very pleased with that solution.