Add Identified interface. Should probably start using it.
This commit is contained in:
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();
|
||||
}
|
||||
Reference in New Issue
Block a user