api: mark getTransformedComposition as Nullable

This commit is contained in:
Adam
2018-12-19 18:38:04 -05:00
parent e81fd5b947
commit 9e1a380c37

View File

@@ -24,6 +24,8 @@
*/
package net.runelite.api;
import javax.annotation.Nullable;
/**
* Represents a non-player character in the game.
*/
@@ -64,6 +66,7 @@ public interface NPC extends Actor
*
* @return the transformed NPC
*/
@Nullable
NPCComposition getTransformedComposition();
/**