player: add nullable tags to appearance and headicon (#1511)

This commit is contained in:
Ganom
2019-09-01 15:41:08 -04:00
committed by GitHub

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();
/**