(int index)
| 1108 | } |
| 1109 | |
| 1110 | @Override |
| 1111 | public void renderPotionIcon(int index) { |
| 1112 | getGuiIngame().b(0, 0, index % 8 * 18, 198 + index / 8 * 18, 18, 18); |
| 1113 | } |
| 1114 | |
| 1115 | public bwf getTextureManager() { |
| 1116 | return getMinecraft().N(); |
nothing calls this directly
no test coverage detected