Add Identified interface. Should probably start using it.
This commit is contained in:
parent
de2c1bc249
commit
402e00a4e0
6
src/com/massivecraft/massivecore/Identified.java
Normal file
6
src/com/massivecraft/massivecore/Identified.java
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
package com.massivecraft.massivecore;
|
||||||
|
|
||||||
|
public interface Identified
|
||||||
|
{
|
||||||
|
public String getId();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user