Package com.forgeessentials.commands.util

Examples of com.forgeessentials.commands.util.AFKdata


    }

    @Override
    public void processCommandPlayer(EntityPlayer sender, String[] args)
    {
        CommandsEventHandler.afkListToAdd.add(new AFKdata((EntityPlayerMP) sender));
        OutputHandler.chatConfirmation(sender, String.format("Stand still for %d seconds.", warmup));
    }
View Full Code Here

TOP

Related Classes of com.forgeessentials.commands.util.AFKdata

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.