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

Method isStaticFOV

The 5zig Mod/src/BytecodeHook.java:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @BytecodeAccess
59 public static boolean isStaticFOV() {
60 return The5zigMod.getConfig().getBool("staticFov");
61 }
62
63 @BytecodeAccess
64 public static float getCustomFOVModifier(Object playerInstance) {

Callers

nothing calls this directly

Calls 2

getConfigMethod · 0.95
getBoolMethod · 0.80

Tested by

no test coverage detected