Package com.mcbans.firestar.mcbans.callBacks

Examples of com.mcbans.firestar.mcbans.callBacks.LookupCallback


            return;
            }
        }*/
       
        // Start
        LookupRequest request = new LookupRequest(plugin, new LookupCallback(plugin, sender), target, targetUUID, senderName, senderUUID);
        Thread triggerThread = new Thread(request);
        triggerThread.start();
    }
View Full Code Here

TOP

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

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.