Examples of openHUD()


Examples of org.spout.vanilla.component.entity.player.HUD.openHUD()

    HUD.setDefault(VanillaCrosshair.class);
    HUD.setDefault(VanillaExpBar.class);
    HUD.setDefault(VanillaDrowning.class);
    HUD.setDefault(VanillaHunger.class);
    HUD.setupHUD();
    HUD.openHUD();

    // TODO remove comments when Spout only uses fallback
    //player.add(PlayerMovementExecutor.class);

    // Remove Head and default Camera
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.