mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 11:14:44 +02:00
Create api module, McMMOPlayer -> BukkitMMOPlayer
This commit is contained in:
3
mcmmo-api/build.gradle.kts
Normal file
3
mcmmo-api/build.gradle.kts
Normal file
@ -0,0 +1,3 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
package com.gmail.nossr50.mcmmo.api.data;
|
||||
|
||||
public interface MMOPlayer<N> {
|
||||
|
||||
|
||||
N getPlayer();
|
||||
}
|
Reference in New Issue
Block a user