Class TilePing
- java.lang.Object
-
- net.runelite.client.party.messages.WebsocketMessage
-
- net.runelite.client.party.messages.PartyMessage
-
- net.runelite.client.party.messages.PartyMemberMessage
-
- net.runelite.client.plugins.party.messages.TilePing
-
public final class TilePing extends PartyMemberMessage
-
-
Constructor Summary
Constructors Constructor Description TilePing(net.runelite.api.coords.WorldPoint point)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)net.runelite.api.coords.WorldPointgetPoint()inthashCode()StringtoString()-
Methods inherited from class net.runelite.client.party.messages.PartyMemberMessage
getMemberId, setMemberId
-
-
-
-
Method Detail
-
getPoint
public net.runelite.api.coords.WorldPoint getPoint()
-
canEqual
protected boolean canEqual(Object other)
-
-