From fe89a9835edc5b10a052cd58669b1826f5b57abd Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Mon, 26 Feb 2018 17:14:29 +1000 Subject: $ Findbugs Fixes. --- .../core/client/model/ModelStaballoyConstruct.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/Java/gtPlusPlus/core/client') diff --git a/src/Java/gtPlusPlus/core/client/model/ModelStaballoyConstruct.java b/src/Java/gtPlusPlus/core/client/model/ModelStaballoyConstruct.java index 72693e3de7..bba3bd1ad8 100644 --- a/src/Java/gtPlusPlus/core/client/model/ModelStaballoyConstruct.java +++ b/src/Java/gtPlusPlus/core/client/model/ModelStaballoyConstruct.java @@ -11,20 +11,7 @@ import net.minecraft.entity.monster.EntityIronGolem; @SideOnly(Side.CLIENT) public class ModelStaballoyConstruct extends ModelIronGolem { - /** The head model for the iron golem. */ - public ModelRenderer ironGolemHead; - /** The body model for the iron golem. */ - public ModelRenderer ironGolemBody; - /** The right arm model for the iron golem. */ - public ModelRenderer ironGolemRightArm; - /** The left arm model for the iron golem. */ - public ModelRenderer ironGolemLeftArm; - /** The left leg model for the Iron Golem. */ - public ModelRenderer ironGolemLeftLeg; - /** The right leg model for the Iron Golem. */ - public ModelRenderer ironGolemRightLeg; - private static final String __OBFID = "CL_00000863"; - + public ModelStaballoyConstruct() { this(0.0F); -- cgit