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

Method renderPotionIcon

Minecraft-Utils/1.9/src/Variables.java:1070–1073  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

1068 }
1069
1070 @Override
1071 public void renderPotionIcon(int index) {
1072 getGuiIngame().b(0, 0, index % 8 * 18, 198 + index / 8 * 18, 18, 18);
1073 }
1074
1075 public bvi getTextureManager() {
1076 return getMinecraft().N();

Callers

nothing calls this directly

Calls 2

getGuiIngameMethod · 0.95
bMethod · 0.45

Tested by

no test coverage detected