mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 02:35:21 +01:00
AddonsAPI - Created interface BSModule to allow easier identification
This commit is contained in:
parent
c38936fa04
commit
7effb541ba
6
src/main/java/us/tastybento/bskyblock/api/BSModule.java
Normal file
6
src/main/java/us/tastybento/bskyblock/api/BSModule.java
Normal file
@ -0,0 +1,6 @@
|
||||
package us.tastybento.bskyblock.api;
|
||||
|
||||
public interface BSModule {
|
||||
|
||||
String getIdentifier();
|
||||
}
|
Loading…
Reference in New Issue
Block a user