THEREDBARON24 spawnEntity is the method in EntityTypes that I plan to use to spawn the entity. ResultStatic So do I just create that method and...
I've got the following classes for spawning a custom entity zombie(that attacks iron golems in villages). My question is: How do I spawn this...
Ivan I don't think the aH() method works for 1.7. What method would I use after this.entitycreature? Is this correct? @Override public boolean...
Ronbo The problem is fixed. I had to put a semi-colon instead of a comma at the end of the enum since im just making it for one mob currently....
Is it normal at the start to get a red line/error on SKELETON even though i imported everything that i can import and i have bukkit and...
fireblast709 Yes, I understand the concept behind how to do it. Can you show me an example code for making them stare at both player and zombies....
Ok so do i just take out this line and replace with: this.goalSelector.a(3,newPathfinderGoalLookAtPlayer(this,EntityZombie.class,6.0F));
Developerjohn how about just staring for now. ill get to attack later
fireblast709 so how would i extend the superclass. Developerjohn Yes sort of. Just make it stare at a zombie(minecraft staring contest lol). and...
I want to edit snowgolems to change their behaviour. So I have: public class Frosty extends EntitySnowman{ public...
Epic fail. This code just crashes my game(client only). Im a noob at NMS.
What would .setType() do? scarabcoder
Im just trying out some NMS here: public class HyperSlime extends EntitySlime{ public float h; public float i;...
Now you know it's a plugin causing this problem. I suggest you add them one by one and see which one causes the problem.
Separate names with a comma.