mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-29 11:57:59 +01:00
Add interface for named components.
This commit is contained in:
parent
823fc285c5
commit
138431c413
@ -0,0 +1,10 @@
|
||||
package fr.neatmonster.nocheatplus.components;
|
||||
|
||||
/**
|
||||
* Interface for components that can be registered with a name.
|
||||
* @author mc_dev
|
||||
*
|
||||
*/
|
||||
public interface ComponentWithName {
|
||||
public String getComponentName();
|
||||
}
|
Loading…
Reference in New Issue
Block a user