Package com.forgeessentials.servervote.Votifier

Examples of com.forgeessentials.servervote.Votifier.VoteReceiver


    @SubscribeEvent
    public void serverStarting(FEModuleServerInitEvent e)
    {
        try
        {
            votifier = new VoteReceiver(ConfigServerVote.hostname, ConfigServerVote.port);
            votifier.start();
        }
        catch (Exception e1)
        {
            FMLLog.severe("Error initializing Votifier compat.");
View Full Code Here

TOP

Related Classes of com.forgeessentials.servervote.Votifier.VoteReceiver

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.