Created GuiEntryListEntry interface for GuiEntryList contained classes to avoid toString() methods from having to be abused

Created GuiFileChooser and according Listeners
Added (non-functional) GuiAssetAdder for CustomImageObjects
This commit is contained in:
CrushedPixel
2015-07-06 13:44:50 +02:00
parent 013d5963ff
commit a5eadd2d01
16 changed files with 278 additions and 25 deletions

View File

@@ -38,7 +38,6 @@ public class CustomObjectRenderer {
GlStateManager.disableTexture2D();
//do stuff here
for(CustomImageObject object : ReplayHandler.getCustomImageObjects()) {
drawCustomImageObject(doubleX, doubleY, doubleZ, object);
}