mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
Move IViolationInfo to access package.
This commit is contained in:
parent
033cebf7cb
commit
fc6d15b6fe
@ -8,6 +8,7 @@ import fr.neatmonster.nocheatplus.actions.Action;
|
||||
import fr.neatmonster.nocheatplus.actions.ActionList;
|
||||
import fr.neatmonster.nocheatplus.actions.ParameterName;
|
||||
import fr.neatmonster.nocheatplus.actions.types.CancelAction;
|
||||
import fr.neatmonster.nocheatplus.checks.access.IViolationInfo;
|
||||
|
||||
/*
|
||||
* M""MMMMM""M oo dP dP oo M""""""'YMM dP
|
||||
|
@ -1,4 +1,4 @@
|
||||
package fr.neatmonster.nocheatplus.checks;
|
||||
package fr.neatmonster.nocheatplus.checks.access;
|
||||
|
||||
/**
|
||||
* Access interface for extended information about violations.
|
@ -3,7 +3,7 @@ package fr.neatmonster.nocheatplus.hooks;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import fr.neatmonster.nocheatplus.checks.CheckType;
|
||||
import fr.neatmonster.nocheatplus.checks.IViolationInfo;
|
||||
import fr.neatmonster.nocheatplus.checks.access.IViolationInfo;
|
||||
|
||||
/*
|
||||
* MMP"""""""MM dP dP dP
|
||||
|
@ -3,7 +3,7 @@ package fr.neatmonster.nocheatplus.hooks;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import fr.neatmonster.nocheatplus.checks.CheckType;
|
||||
import fr.neatmonster.nocheatplus.checks.IViolationInfo;
|
||||
import fr.neatmonster.nocheatplus.checks.access.IViolationInfo;
|
||||
|
||||
/*
|
||||
* M"""""""`YM MM'""""'YMM MM"""""""`YM M""MMMMM""MM dP
|
||||
|
@ -14,8 +14,8 @@ import org.bukkit.Bukkit;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import fr.neatmonster.nocheatplus.checks.CheckType;
|
||||
import fr.neatmonster.nocheatplus.checks.IViolationInfo;
|
||||
import fr.neatmonster.nocheatplus.checks.ViolationData;
|
||||
import fr.neatmonster.nocheatplus.checks.access.IViolationInfo;
|
||||
|
||||
/*
|
||||
* M"""""""`YM MM'""""'YMM MM"""""""`YM M""MMMMM""MM dP
|
||||
|
Loading…
Reference in New Issue
Block a user