(int index)
| 1096 | } |
| 1097 | |
| 1098 | @Override |
| 1099 | public void renderPotionIcon(int index) { |
| 1100 | getGuiIngame().b(0, 0, index % 8 * 18, 198 + index / 8 * 18, 18, 18); |
| 1101 | } |
| 1102 | |
| 1103 | public bmj getTextureManager() { |
| 1104 | return getMinecraft().P(); |
nothing calls this directly
no test coverage detected