(int index)
| 1075 | } |
| 1076 | |
| 1077 | @Override |
| 1078 | public void renderPotionIcon(int index) { |
| 1079 | getGuiIngame().b(0, 0, index % 8 * 18, 198 + index / 8 * 18, 18, 18); |
| 1080 | } |
| 1081 | |
| 1082 | public bvf getTextureManager() { |
| 1083 | return getMinecraft().N(); |
nothing calls this directly
no test coverage detected