Class PyramidPlunderPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.pyramidplunder.PyramidPlunderPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Pyramid Plunder", description="Show custom overlay for Pyramid Plunder", tags={"minigame","thieving","pp"}, enabledByDefault=false) public class PyramidPlunderPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description PyramidPlunderPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GameObject>
getObjectsToHighlight()
Map<TileObject,Tile>
getTilesToHighlight()
boolean
isInPyramidPlunder()
void
onGameObjectSpawned(GameObjectSpawned event)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick tick)
void
onWallObjectSpawned(WallObjectSpawned event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick tick)
-
onWallObjectSpawned
@Subscribe public void onWallObjectSpawned(WallObjectSpawned event)
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
isInPyramidPlunder
public boolean isInPyramidPlunder()
-
getTilesToHighlight
public Map<TileObject,Tile> getTilesToHighlight()
-
getObjectsToHighlight
public List<GameObject> getObjectsToHighlight()
-
-