Package net.glowstone.entity

Examples of net.glowstone.entity.GlowPlayer.awardAchievement()


            case ClientStatusMessage.REQUEST_STATS:
                player.sendStats();
                break;

            case ClientStatusMessage.OPEN_INVENTORY:
                player.awardAchievement(Achievement.OPEN_INVENTORY);
                break;

            default:
                GlowServer.logger.info(session + " sent unknown ClientStatus action: " + message.getAction());
        }
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.