Package com.mojang.minecraft.gui

Examples of com.mojang.minecraft.gui.ControlsScreen


            this.settings.toggleSetting(var1.id, 1);
            var1.text = this.settings.getSetting(var1.id);
         }

         if(var1.id == 100) {
            this.minecraft.setCurrentScreen(new ControlsScreen(this, this.settings));
         }

         if(var1.id == 200) {
            this.minecraft.setCurrentScreen(this.parent);
         }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.gui.ControlsScreen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.