mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-29 12:14:43 +02:00
Create api module, McMMOPlayer -> BukkitMMOPlayer
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package com.gmail.nossr50.mcmmo.api.data;
|
||||
|
||||
public interface MMOPlayer<N> {
|
||||
|
||||
|
||||
N getPlayer();
|
||||
}
|
Reference in New Issue
Block a user