Package | Description |
---|---|
eu.wauz.wauzcore.events |
This package contains all custom event classes used in WauzCore.
|
eu.wauz.wauzcore.mobs.citizens |
This package contains the mechanics for interactable citizens.
|
eu.wauz.wauzcore.players |
This package contains classes for managing player information.
|
Modifier and Type | Class and Description |
---|---|
class |
WauzPlayerEventCharacterDelete
An event for deleting the character data file of a player.
|
class |
WauzPlayerEventCitizenCommand
An event that lets a player execute a command of a citizen.
|
class |
WauzPlayerEventCitizenInn
An event that lets a player sleep in an inn of a citizen.
|
class |
WauzPlayerEventCitizenQuest
An event that lets a player view a quest of a citizen.
|
class |
WauzPlayerEventCitizenRest
An event that lets a player get healed and fed by a citizen.
|
class |
WauzPlayerEventCitizenShop
An event that lets a player view a shop of a citizen.
|
class |
WauzPlayerEventCitizenTalk
An event that lets a player talk to a citizen.
|
class |
WauzPlayerEventCitizenTravel
An event that lets a player travel to a waypoint of a citizen.
|
class |
WauzPlayerEventGuildDemoteMember
An event that lets a player demote one of their guild members.
|
class |
WauzPlayerEventGuildKick
An event that lets a player kick one of their guild members.
|
class |
WauzPlayerEventGuildLeave
An event that lets a player leave their guild.
|
class |
WauzPlayerEventGuildPromoteLeader
An event that lets a player promote one of their guild members to the leader.
|
class |
WauzPlayerEventGuildPromoteOfficer
An event that lets a player promote one of their guild members to an officer.
|
class |
WauzPlayerEventHomeChange
An event for changing the home location of a player.
|
class |
WauzPlayerEventMailClaim
An event to let a player claim their mail from the mailbox.
|
class |
WauzPlayerEventMaterialsSell
An event to let a player sell the materials in an inventory.
|
class |
WauzPlayerEventQuestAccept
An event that lets a player accept a new quest.
|
class |
WauzPlayerEventQuestCancel
An event that lets a player cancel a running quest.
|
class |
WauzPlayerEventQuestComplete
An event that lets a player complete a quest and receive the rewards.
|
class |
WauzPlayerEventTitleBuy
An event to let a player buy a new chat title.
|
class |
WauzPlayerEventUnfriend
An event that lets a player remove a friend from their list.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<org.bukkit.inventory.ItemStack,WauzPlayerEvent> |
WauzCitizenInteractions.interactionEventMap
A map of interaction events, indexed by the triggering item stacks.
|
Modifier and Type | Field and Description |
---|---|
private WauzPlayerEvent |
WauzPlayerDataSectionSelections.wauzPlayerEvent
The active player event.
|
Modifier and Type | Method and Description |
---|---|
WauzPlayerEvent |
WauzPlayerDataSectionSelections.getWauzPlayerEvent() |
Modifier and Type | Method and Description |
---|---|
void |
WauzPlayerDataSectionSelections.setWauzPlayerEvent(WauzPlayerEvent wauzPlayerEvent) |