Package com.bekvon.bukkit.residence.spout.ResidencePopup

Examples of com.bekvon.bukkit.residence.spout.ResidencePopup.PopupType


    @EventHandler(priority = EventPriority.NORMAL)
    public void onButtonClick(ButtonClickEvent event) {
        Player p = event.getPlayer();
        if (event.getScreen() instanceof ResidencePopup) {
            ResidencePopup screen = (ResidencePopup) event.getScreen();
            PopupType type = PopupType.valueOf(screen.getPopupType());
            if (type == PopupType.FLAG_GUI) {
                ResidencePopup popup = (ResidencePopup) screen;
                String flagval = null;
                String flag = null;
                String player = null;
View Full Code Here

TOP

Related Classes of com.bekvon.bukkit.residence.spout.ResidencePopup.PopupType

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.