Class LandClaimSplitEvent
java.lang.Object
org.bukkit.event.Event
su.nightexpress.excellentclaims.api.event.ClaimEvent
su.nightexpress.excellentclaims.api.event.land.LandEvent
su.nightexpress.excellentclaims.api.event.land.PlayerLandEvent
su.nightexpress.excellentclaims.api.event.land.LandClaimSplitEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
@NullMarked
public class LandClaimSplitEvent
extends PlayerLandEvent
implements org.bukkit.event.Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Field Summary
Fields inherited from class PlayerLandEvent
playerFields inherited from class ClaimEvent
claim -
Constructor Summary
ConstructorsConstructorDescriptionLandClaimSplitEvent(Land source, org.bukkit.entity.Player player, su.nightexpress.nightcore.util.geodata.pos.ChunkPos target) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerListorg.bukkit.event.HandlerListsu.nightexpress.nightcore.util.geodata.pos.ChunkPosbooleanvoidsetCancelled(boolean cancelled) Methods inherited from class PlayerLandEvent
getPlayerMethods inherited from class ClaimEvent
getClaim, getWorldMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
LandClaimSplitEvent
public LandClaimSplitEvent(Land source, org.bukkit.entity.Player player, su.nightexpress.nightcore.util.geodata.pos.ChunkPos target)
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable
-
getSource
-
getTarget
public su.nightexpress.nightcore.util.geodata.pos.ChunkPos getTarget() -
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-