Remove deprecated values

This commit is contained in:
Sollace 2019-11-30 12:16:24 +02:00
parent 0130774976
commit 1870bb5772

View file

@ -71,17 +71,9 @@ public class ModelAttributes<T extends LivingEntity> {
*/ */
public UUID interpolatorId; public UUID interpolatorId;
@Deprecated public int armWidth = 4;
@Deprecated public int armDepth = 4;
@Deprecated public int armLength = 12;
@Deprecated public float armRotationX = 3F;
@Deprecated public float armRotationY = 8F;
/** /**
* The actual, visible height of this model when rendered. * The actual, visible height of this model when rendered.
* Used when drawing nameplates. * Used when drawing name plates.
*/ */
public float visualHeight = 2F; public float visualHeight = 2F;