mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-24 14:16:45 +01:00
Add some notes
This commit is contained in:
parent
6e0750b5fc
commit
05bc20a007
@ -47,6 +47,7 @@ import java.util.Map;
|
|||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
//TODO: Update javadocs
|
//TODO: Update javadocs
|
||||||
|
//TODO: T&C Look over IDE inspection warnings, things have changed
|
||||||
public class McMMOPlayer extends PlayerProfile implements OnlineMMOPlayer, Identified {
|
public class McMMOPlayer extends PlayerProfile implements OnlineMMOPlayer, Identified {
|
||||||
private final @NotNull Player player;
|
private final @NotNull Player player;
|
||||||
private final @NotNull Identity identity;
|
private final @NotNull Identity identity;
|
||||||
|
@ -7,6 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
//TODO: T&C update javadocs?
|
||||||
public class PlayerProfile extends AbstractMMOPlayer {
|
public class PlayerProfile extends AbstractMMOPlayer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user