Advertisement
Guest User

EntityRodeur.java

a guest
Aug 23rd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. package mod.infection.entitees;
  2.  
  3. import net.minecraft.entity.EntityCreature;
  4. import net.minecraft.entity.SharedMonsterAttributes;
  5.  
  6. import net.minecraft.world.World;
  7.  
  8. public class EntityRodeur extends EntityCreature{
  9.  
  10. public EntityRodeur(World world) {
  11.  
  12. super(world);
  13.  
  14. }
  15.  
  16. @Override
  17. protected void func_110147_ax()
  18. {
  19. super.func_110147_ax();
  20. this.func_110148_a(SharedMonsterAttributes.field_111267_a).func_111128_a(40D);
  21. this.func_110148_a(SharedMonsterAttributes.field_111265_b).func_111128_a(40.0D);
  22. this.func_110148_a(SharedMonsterAttributes.field_111263_d).func_111128_a(0.69999D);
  23. //this.func_110148_a(SharedMonsterAttributes.field_111264_e).func_111128_a(8.0D);
  24. }
  25.  
  26.  
  27.  
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement