Posted October 21, 201410 yr i need help on players or entities to do the same as a player i am trying to make a mod that adds mobs that will wander round mine blocks and just you know survive so far i have created the mob and it spawns but its not what i wanted as all the stuff i need it to do all come under players not mobs (i mean the EntityPlayer class) i would use the FakePlayer class but i don't know how to use it any help will be much appreciated
October 21, 201410 yr That's definitely not what the fake player class is for. Fake players can't move at all. Think of them as 'player accessors'. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
October 21, 201410 yr Author That's definitely not what the fake player class is for. Fake players can't move at all. Think of them as 'player accessors'. so would i have to create a new entity with a new inventory to create what i want
October 21, 201410 yr Yes. You would create your own entity, with it's own inventory, AI, etc. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
October 21, 201410 yr Author Yes. You would create your own entity, with it's own inventory, AI, etc. thanks for the help that helped me out alot
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.