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