Package cc.co.evenprime.bukkit.nocheat.data

Examples of cc.co.evenprime.bukkit.nocheat.data.ExecutionHistory


    public NoCheatPlayerImpl(Player player, NoCheat plugin) {

        this.player = player;
        this.plugin = plugin;
        this.data = new DataStore();
        this.history = new ExecutionHistory();

        this.lastUsedTime = System.currentTimeMillis();
    }
View Full Code Here

TOP

Related Classes of cc.co.evenprime.bukkit.nocheat.data.ExecutionHistory

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.