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

Method getCapeLocation

The 5zig Mod/src/BytecodeHook.java:53–56  ·  view source on GitHub ↗
(Object player)

Source from the content-addressed store, hash-verified

51 }
52
53 @BytecodeAccess
54 public static Object getCapeLocation(Object player) {
55 return The5zigMod.getVars().getResourceManager().getCapeLocation(player);
56 }
57
58 @BytecodeAccess
59 public static boolean isStaticFOV() {

Callers

nothing calls this directly

Calls 3

getVarsMethod · 0.95
getCapeLocationMethod · 0.65
getResourceManagerMethod · 0.65

Tested by

no test coverage detected