MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getCustomFOVModifier

Method getCustomFOVModifier

The 5zig Mod/src/BytecodeHook.java:63–66  ·  view source on GitHub ↗
(Object playerInstance)

Source from the content-addressed store, hash-verified

61 }
62
63 @BytecodeAccess
64 public static float getCustomFOVModifier(Object playerInstance) {
65 return ClassProxy.getCustomFOVModifier(playerInstance);
66 }
67
68 @BytecodeAccess
69 public static void onTick() {

Callers

nothing calls this directly

Calls 1

getCustomFOVModifierMethod · 0.95

Tested by

no test coverage detected