MCPcopy Create free account
hub / github.com/Teneted/Tenet / getInstance

Method getInstance

src/main/java/net/minecraftforge/common/ForgeMod.java:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97 private static ForgeMod INSTANCE;
98 public static ForgeMod getInstance()
99 {
100 return INSTANCE;
101 }
102
103 public ForgeMod()
104 {

Callers 15

getFluidSpritesMethod · 0.45
getLocaleMethod · 0.45
registerLoaderMethod · 0.45
cleanCachesMethod · 0.45
getOverrideModelMethod · 0.45
renderMethod · 0.45
OBJLoaderClass · 0.45
isActiveMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
FOVUpdateEventMethod · 0.45
FogEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected