Uses of Class
net.mathias2246.buildmc.api.event.CustomEvent
Packages that use CustomEvent
Package
Description
-
Uses of CustomEvent in net.mathias2246.buildmc.api.event.claims
Subclasses of CustomEvent in net.mathias2246.buildmc.api.event.claimsModifier and TypeClassDescriptionclassCalled when one or more claims are created.classCalled when the owner ID of aClaimis about to change.classCalled when aProtectionof aClaimis about to change.classCalled after one or more claims have been created and persisted to the database.classCalled when one or more claims were removed.classCalled when the whitelist of aClaimis about to change. -
Uses of CustomEvent in net.mathias2246.buildmc.api.event.endevent
Subclasses of CustomEvent in net.mathias2246.buildmc.api.event.endeventModifier and TypeClassDescriptionclassFired when the End state is about to change. -
Uses of CustomEvent in net.mathias2246.buildmc.api.event.lifecycle
Subclasses of CustomEvent in net.mathias2246.buildmc.api.event.lifecycleModifier and TypeClassDescriptionclassFired when BuildMC has finished loading and is up and running.classTheBuildMcRegistryEventis fired once during the plugin startup lifecycle to give other plugins a chance to register or modify values in BuildMC’s registries before they are finalized and made immutable. -
Uses of CustomEvent in net.mathias2246.buildmc.api.event.player
Subclasses of CustomEvent in net.mathias2246.buildmc.api.event.playerModifier and TypeClassDescriptionclassCalled when aPlayer's head is about to be dropped after death.classEvent fired during the loading (and reloading) phase of statuses. -
Uses of CustomEvent in net.mathias2246.buildmc.api.event.team
Subclasses of CustomEvent in net.mathias2246.buildmc.api.event.teamModifier and TypeClassDescriptionclassThe base class for allEvents whereTeams are involved in.classAn event that is fired before a member is added to aTeam.classThe base class for allTeamEvents where a certain team member is involved in.classAn event that fires after a member is removed from a team.classAn event that is fired after aTeamwas registered in aTeamManager.classAn event that is fired before aTeamis unregistered from aTeamManager.