Package com.mcbans.firestar.mcbans.callBacks

Examples of com.mcbans.firestar.mcbans.callBacks.AltLookupCallback


            Util.message(sender, ChatColor.RED + _("invalidName"));
            return;
        }*/

        // Start
        AltLookupRequest request = new AltLookupRequest(plugin, new AltLookupCallback(plugin, sender), target);
        Thread triggerThread = new Thread(request);
        triggerThread.start();
    }
View Full Code Here

TOP

Related Classes of com.mcbans.firestar.mcbans.callBacks.AltLookupCallback

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.