Uses of Interface
dev.cwhead.GravesX.event.interfaces.Addon
Packages that use Addon
Package
Description
-
Uses of Addon in com.ranull.graves.event
Classes in com.ranull.graves.event that implement AddonModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveAutoLootEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveBlockPlaceEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveBreakEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveCloseEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveCompassAddEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveCompassUseEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveCreateEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveExplodeEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveLootedEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveObituaryAddEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveOpenEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveParticleEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGravePistonExtendEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGravePlayerHeadDropEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGravePreTeleportEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveProjectileHitEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveProtectionCreateEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveProtectionExpiredEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveTeleportEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveTimeoutEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveWalkOverEvent
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.UseGraveZombieSpawnEvent
instead. -
Uses of Addon in dev.cwhead.GravesX.event
Classes in dev.cwhead.GravesX.event that implement AddonModifier and TypeClassDescriptionclass
Represents an event that occurs when a grave is abandoned.class
Represents an event where a grave is automatically looted.class
Represents an event that occurs when a grave is placed by aLivingEntity
whether that be aPlayer
orEntity
.class
Represents an event that occurs when a grave is broken by aPlayer
.class
Represents an event that occurs when an inventory associated with a grave is closed.class
Represents an event that occurs when a grave compass is added to a users inventory.class
Represents an event that occurs when a grave compass is used.class
Represents an event that occurs when a grave is created for an entity.class
class
Represents an event that occurs when a grave explodes.class
Represents an event that occurs when an inventory associated with a grave is completely looted.class
Represents an event that occurs when an Obituary is added to a grave.class
Represents an event that occurs when a player opens an inventory associated with a grave.class
Represents an event that occurs when a particle is spawned to a grave location.class
Represents an event that occurs when a piston extends into a grave location.class
Represents an event that occurs when a Players Head is added to a grave.class
Fired just before an entity is teleported to a grave.class
Represents an event that occurs when a grave is hit with a projectile.class
Represents an event that occurs when grave protection is created.class
Represents an event that occurs when grave protection has expired.class
Represents an event that is triggered when a player teleports to a grave.class
Represents an event that occurs when a grave times out.class
Represents an event where a grave is walked over.class
Represents an event that occurs when a zombie spawns at a grave. -
Uses of Addon in dev.cwhead.GravesX.event.graveevent
Classes in dev.cwhead.GravesX.event.graveevent that implement AddonModifier and TypeClassDescriptionclass
Entity-based grave event.class
The base class for all grave-related events.class
Player-based grave event.
GraveAbandonedEvent
instead.