player: add nullable tags to appearance and headicon
This commit is contained in:
@@ -42,6 +42,7 @@ public interface Player extends Actor
|
|||||||
*
|
*
|
||||||
* @return the composition
|
* @return the composition
|
||||||
*/
|
*/
|
||||||
|
@Nullable
|
||||||
PlayerAppearance getPlayerAppearance();
|
PlayerAppearance getPlayerAppearance();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -78,6 +79,7 @@ public interface Player extends Actor
|
|||||||
*
|
*
|
||||||
* @return the overhead icon
|
* @return the overhead icon
|
||||||
*/
|
*/
|
||||||
|
@Nullable
|
||||||
HeadIcon getOverheadIcon();
|
HeadIcon getOverheadIcon();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user