@PluginDescriptor(name="Blast Furnace", description="Show helpful information for the Blast Furnace minigame", tags={"minigame","overlay","skilling","smithing"}) public class BlastFurnacePlugin extends Plugin
Constructor and Description |
---|
BlastFurnacePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
onGameObjectDespawned(GameObjectDespawned event) |
void |
onGameObjectSpawned(GameObjectSpawned event) |
void |
onGameStateChanged(GameStateChanged event) |
void |
onGameTick(GameTick event) |
protected void |
shutDown() |
protected void |
startUp() |
configure, getInjector
protected void startUp() throws Exception
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
@Subscribe public void onGameObjectDespawned(GameObjectDespawned event)
@Subscribe public void onGameStateChanged(GameStateChanged event)
@Subscribe public void onGameTick(GameTick event)
Copyright © 2014–2019. All rights reserved.