Class HighlightedNpc
- java.lang.Object
-
- net.runelite.client.game.npcoverlay.HighlightedNpc
-
public final class HighlightedNpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HighlightedNpc.HighlightedNpcBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HighlightedNpc.HighlightedNpcBuilder
builder()
boolean
equals(Object o)
float
getBorderWidth()
Color
getFillColor()
@NonNull Color
getHighlightColor()
@NonNull NPC
getNpc()
int
getOutlineFeather()
Predicate<NPC>
getRender()
int
hashCode()
boolean
isHull()
boolean
isName()
boolean
isNameOnMinimap()
boolean
isOutline()
boolean
isSwTile()
boolean
isSwTrueTile()
boolean
isTile()
boolean
isTrueTile()
String
toString()
-
-
-
Method Detail
-
builder
public static HighlightedNpc.HighlightedNpcBuilder builder()
-
getNpc
@NonNull public @NonNull NPC getNpc()
-
getHighlightColor
@NonNull public @NonNull Color getHighlightColor()
-
getFillColor
public Color getFillColor()
-
isHull
public boolean isHull()
-
isTile
public boolean isTile()
-
isTrueTile
public boolean isTrueTile()
-
isSwTile
public boolean isSwTile()
-
isSwTrueTile
public boolean isSwTrueTile()
-
isOutline
public boolean isOutline()
-
isName
public boolean isName()
-
isNameOnMinimap
public boolean isNameOnMinimap()
-
getBorderWidth
public float getBorderWidth()
-
getOutlineFeather
public int getOutlineFeather()
-
-