Class CustomDataExportEvent
java.lang.Object
net.okocraft.box.api.event.BoxEvent
net.okocraft.box.api.event.customdata.CustomDataExportEvent
- All Implemented Interfaces:
Cancellable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnet.kyori.adventure.key.KeygetKey()booleanGets if the event has been cancelled.voidsetCancelled(boolean cancel) Sets the cancel status of the event.voidsetResultNode(MapNode node) Methods inherited from class BoxEvent
toDebugLog
-
Constructor Details
-
CustomDataExportEvent
-
-
Method Details
-
getKey
public net.kyori.adventure.key.Key getKey() -
getOriginalNode
-
getResultNode
-
setResultNode
-
editNode
-
isCancelled
public boolean isCancelled()Description copied from interface:CancellableGets if the event has been cancelled.- Specified by:
isCancelledin interfaceCancellable- Returns:
trueif canceled,falseotherwise.
-
setCancelled
public void setCancelled(boolean cancel) Description copied from interface:CancellableSets the cancel status of the event.- Specified by:
setCancelledin interfaceCancellable- Parameters:
cancel-trueto cancel,falseto not.
-