use of net.minecraft.entity.ai.EntityAIOpenDoor in project ArsMagica2 by Mithion.
the class EntityShadowHelper method initAI.
private void initAI() {
this.tasks.addTask(0, new EntityAISwimming(this));
this.tasks.addTask(1, new EntityAIOpenDoor(this, true));
this.tasks.addTask(2, new EntityAISpellmaking(this));
}
Aggregations