texture = /infestation/model/texture/Speaker_01.png
    textureWidth = 64;
    textureHeight = 32;
    
      Main = new ModelRenderer(this, 0, 0);
      Main.addBox(0F, 0F, 0F, 6, 9, 6);
      Main.setRotationPoint(-3F, 15F, -3F);
      Main.setTextureSize(64, 32);
      Main.mirror = true;
      setRotation(Main, 0F, 0F, 0F);
      Big = new ModelRenderer(this, 0, 15);
      Big.addBox(0F, 0F, 0F, 4, 4, 1);
      Big.setRotationPoint(-2F, 19F, -4F);
      Big.setTextureSize(64, 32);
      Big.mirror = true;
      setRotation(Big, 0F, 0F, 0F);
      Small = new ModelRenderer(this, 10, 15);
      Small.addBox(0F, 0F, 0F, 2, 2, 1);
      Small.setRotationPoint(-1F, 16F, -4F);
      Small.setTextureSize(64, 32);
      Small.mirror = true;
      setRotation(Small, 0F, 0F, 0F);