MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / getHolder

Method getHolder

common/buildcraft/core/BCCoreSprites.java:88–90  ·  view source on GitHub ↗
(String suffix)

Source from the content-addressed store, hash-verified

86 }
87
88 private static SpriteHolder getHolder(String suffix) {
89 return SpriteHolderRegistry.getHolder("buildcraftcore:" + suffix);
90 }
91
92 public static void fmlPreInit() {
93 // Nothing, just to register the sprites

Callers 1

BCCoreSpritesClass · 0.95

Calls 1

getHolderMethod · 0.95

Tested by

no test coverage detected