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

Method setValue

fr/lavache/anime/Animate.java:32–35  ·  view source on GitHub ↗
(float value)

Source from the content-addressed store, hash-verified

30 }
31
32 public Animate setValue(float value) {
33 this.value = value;
34 return this;
35 }
36 public Animate setMin(float min) {
37 this.min = min;
38 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected