glVertex2f (startPosX,startPosY+48); GL11.glEnd(); if (blockIndices[i] > -1) ItemBox.setBlock(i); startPosX += 48; } } public static void setBlock(int i) ...
確定! 回上一頁