|
RuneHive-Game
|
Public Member Functions | |
| void | sendDialogues (DialogueFactory factory) |
| Sends a player a dialogue. | |
Private Member Functions | |
| void | setRank (Player player, ClanChannel channel, ClanMember member, ClanRank rank) |
Additional Inherited Members | |
| Static Public Member Functions inherited from com.runehive.content.dialogue.Dialogue | |
| static final boolean | isDialogueButton (int button) |
| Checks if the button triggered is an optional dialogue button. | |
| Static Public Attributes inherited from com.runehive.content.dialogue.Dialogue | |
| static final ImmutableList< Integer > | DIALOGUE_BUTTONS = ImmutableList.of(2461, 2471, 2482, 2462, 2472, 2483, 2473, 2484, 2485, 2494, 2495, 2496, 2497, 2498) |
| The action buttons responsible for dialogues. | |
Definition at line 11 of file ClanRankDialogue.java.
| void com.runehive.content.dialogue.impl.ClanRankDialogue.sendDialogues | ( | DialogueFactory | factory | ) |
Sends a player a dialogue.
| factory | The factory for this dialogue. |
Reimplemented from com.runehive.content.dialogue.Dialogue.
Definition at line 14 of file ClanRankDialogue.java.
References com.runehive.game.world.entity.mob.Mob.attributes, com.runehive.content.clanchannel.channel.ClanChannel.canManage(), com.runehive.game.world.entity.mob.player.Player.clanChannel, com.runehive.util.generic.GenericAttributes.get(), com.runehive.content.clanchannel.channel.ClanChannel.getMember(), com.runehive.game.world.entity.mob.player.Player.getName(), com.runehive.content.dialogue.DialogueFactory.getPlayer(), com.runehive.content.dialogue.DialogueFactory.onAction(), com.runehive.game.world.entity.mob.player.Player.send(), and com.runehive.content.dialogue.DialogueFactory.sendOption().
|
private |
Definition at line 46 of file ClanRankDialogue.java.
References com.runehive.game.world.entity.mob.player.InterfaceManager.close(), com.runehive.game.world.entity.mob.player.Player.dialogueFactory, com.runehive.content.dialogue.DialogueFactory.execute(), com.runehive.content.clanchannel.ClanRank.getString(), com.runehive.game.world.entity.mob.player.Player.interfaceManager, com.runehive.content.clanchannel.ClanMember.name, com.runehive.content.clanchannel.ClanRank.name, com.runehive.content.dialogue.DialogueFactory.sendStatement(), and com.runehive.content.clanchannel.channel.ClanChannel.setRank().