Package pneumaticCraft.client.gui.pneumaticHelmet

Examples of pneumaticCraft.client.gui.pneumaticHelmet.GuiBlockTrackOptions


        return PneumaticValues.USAGE_BLOCK_TRACKER * (1 + (float)Math.min(5, rangeUpgrades) * PneumaticValues.RANGE_UPGRADE_HELMET_RANGE_INCREASE / BLOCK_TRACKING_RANGE) * CommonHUDHandler.getHandlerForPlayer(player).getSpeedFromUpgrades();
    }

    @Override
    public IOptionPage getGuiOptionsPage(){
        return new GuiBlockTrackOptions(this);
    }
View Full Code Here

TOP

Related Classes of pneumaticCraft.client.gui.pneumaticHelmet.GuiBlockTrackOptions

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.