From 2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Fri, 27 Jan 2017 11:32:28 +0300 Subject: License, readme and stuff --- ihl/model/IHLModelRenderer.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ihl/model/IHLModelRenderer.java') diff --git a/ihl/model/IHLModelRenderer.java b/ihl/model/IHLModelRenderer.java index c9b1b77..a9168f8 100644 --- a/ihl/model/IHLModelRenderer.java +++ b/ihl/model/IHLModelRenderer.java @@ -39,8 +39,8 @@ public class IHLModelRenderer { /** Hides the model. */ public boolean isHidden; - public List cubeList; - public List childModels; + public List cubeList; + public List childModels; public final String boxName; private ModelBase baseModel; public float offsetX; @@ -48,14 +48,14 @@ public class IHLModelRenderer { public float offsetZ; public boolean drawFromInside=false; - private static final String __OBFID = "CL_00000874"; - - public IHLModelRenderer(ModelBase par1ModelBase, String par2Str) + + @SuppressWarnings("unchecked") + public IHLModelRenderer(ModelBase par1ModelBase, String par2Str) { this.textureWidth = 64.0F; this.textureHeight = 32.0F; this.showModel = true; - this.cubeList = new ArrayList(); + this.cubeList = new ArrayList(); this.baseModel = par1ModelBase; par1ModelBase.boxList.add(this); this.boxName = par2Str; @@ -80,7 +80,7 @@ public class IHLModelRenderer { { if (this.childModels == null) { - this.childModels = new ArrayList(); + this.childModels = new ArrayList(); } this.childModels.add(par1ModelRenderer); -- cgit v1.2.3