Package cc.co.evenprime.bukkit.nocheat.player

Examples of cc.co.evenprime.bukkit.nocheat.player.NoCheatPlayerImpl.refresh()


            p = new NoCheatPlayerImpl(player, plugin);
            this.players.put(player.getName().toLowerCase(), p);
        }

        p.setLastUsedTime(System.currentTimeMillis());
        p.refresh(player);

        return p;
    }

    public void cleanDataMap() {
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.