Examples of AFKdata


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
Copyright © 2018 www.massapi.com. 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.