MCPcopy Create free account
hub / github.com/demoth/jake2 / Update

Method Update

client/src/main/java/jake2/client/sound/S.java:188–190  ·  view source on GitHub ↗

Updates the sound renderer according to the changes in the environment, called once each time through the main loop.

(float[] origin, float[] forward, float[] right, float[] up)

Source from the content-addressed store, hash-verified

186 * called once each time through the main loop.
187 */
188 public static void Update(float[] origin, float[] forward, float[] right, float[] up) {
189 impl.Update(origin, forward, right, up);
190 }
191
192 /**
193 * Cinematic streaming and voice over network.

Callers 1

FrameMethod · 0.95

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected