aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/client
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-26 17:14:29 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-26 17:14:29 +1000
commitfe89a9835edc5b10a052cd58669b1826f5b57abd (patch)
tree0d9542b0caa05329c5a5a639897fef742ab4b1f9 /src/Java/gtPlusPlus/core/client
parent41eb02602c8a6d5899b3e375572ee9990a5a752b (diff)
downloadGT5-Unofficial-fe89a9835edc5b10a052cd58669b1826f5b57abd.tar.gz
GT5-Unofficial-fe89a9835edc5b10a052cd58669b1826f5b57abd.tar.bz2
GT5-Unofficial-fe89a9835edc5b10a052cd58669b1826f5b57abd.zip
$ Findbugs Fixes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/client')
-rw-r--r--src/Java/gtPlusPlus/core/client/model/ModelStaballoyConstruct.java15
1 files changed, 1 insertions, 14 deletions
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);