(int index)
| 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(); |
nothing calls this directly
no test coverage detected