Package net.minecraft.src

Examples of net.minecraft.src.ThreadClientSleep


        StatList.func_27360_a();
        tempDisplayHeight = par5;
        fullscreen = par6;
        mcApplet = par3MinecraftApplet;
        Packet3Chat.maxChatLength = 32767;
        new ThreadClientSleep(this, "Timer hack thread");
        mcCanvas = par2Canvas;
        displayWidth = par4;
        displayHeight = par5;
        fullscreen = par6;
View Full Code Here

TOP

Related Classes of net.minecraft.src.ThreadClientSleep

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.