player: add nullable tags to appearance and headicon

This commit is contained in:
Ganom
2019-09-01 12:37:06 -04:00
parent 217c471a9e
commit 9e4252dce7

View File

@@ -42,6 +42,7 @@ public interface Player extends Actor
*
* @return the composition
*/
@Nullable
PlayerAppearance getPlayerAppearance();
/**
@@ -78,6 +79,7 @@ public interface Player extends Actor
*
* @return the overhead icon
*/
@Nullable
HeadIcon getOverheadIcon();
/**