MCPcopy Create free account
hub / github.com/LaVache-FR/AnimationUtil / getMax

Method getMax

fr/lavache/anime/Animate.java:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 public float getValue() { return value; }
62 public float getMin() { return min; }
63 public float getMax() { return max; }
64 public float getSpeed() { return speed; }
65 public boolean isReversed() { return reversed; }
66 public Easing getEase() { return ease; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected