Add some notes

This commit is contained in:
nossr50 2021-03-30 11:52:35 -07:00
parent 6e0750b5fc
commit 05bc20a007
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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 {
/** /**