(int index)
| 1120 | } |
| 1121 | |
| 1122 | @Override |
| 1123 | public void renderPotionIcon(int index) { |
| 1124 | getGuiIngame().b(0, 0, index % 8 * 18, 198 + index / 8 * 18, 18, 18); |
| 1125 | } |
| 1126 | |
| 1127 | public cdp getTextureManager() { |
| 1128 | return getMinecraft().N(); |
nothing calls this directly
no test coverage detected