Search in sources :

Example 11 with QuestParticipant

use of xyz.derkades.ublisk.quest.QuestParticipant in project Ublisk by Derkades.

the class David method talk.

@Override
public void talk(UPlayer player) {
    final QuestParticipant qp = player.getQuestParticipant(null, this);
    qp.sendMessage("Hi!");
}
Also used : QuestParticipant(xyz.derkades.ublisk.quest.QuestParticipant)

Aggregations

QuestParticipant (xyz.derkades.ublisk.quest.QuestParticipant)11 UInventory (xyz.derkades.ublisk.utils.inventory.UInventory)5 ItemBuilder (xyz.derkades.derkutils.bukkit.ItemBuilder)1 Town (xyz.derkades.ublisk.Town)1 MoneyItem (xyz.derkades.ublisk.money.MoneyItem)1 NPCMenu (xyz.derkades.ublisk.quest.npcmenu.NPCMenu)1 Item (xyz.derkades.ublisk.utils.inventory.Item)1