Package net.minecraft.src

Examples of net.minecraft.src.Timer


    public Minecraft(Component par1Component, Canvas par2Canvas, MinecraftApplet par3MinecraftApplet, int par4, int par5, boolean par6)
    {
        fullscreen = false;
        hasCrashed = false;
        timer = new Timer(20F);
        session = null;
        hideQuitButton = false;
        isGamePaused = false;
        currentScreen = null;
        ticksRan = 0;
View Full Code Here

TOP

Related Classes of net.minecraft.src.Timer

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.