Class ReadManagerLoadEvent
-
- All Implemented Interfaces:
-
org.bukkit.event.Cancellable,org.bukkit.metadata.Metadatable
public final class ReadManagerLoadEvent extends BukkitProxyEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanallowCancelledprivate final ConcurrentHashMap<String, MetadataValue>metadataMap
-
Constructor Summary
Constructors Constructor Description ReadManagerLoadEvent()
-
Method Summary
Modifier and Type Method Description BooleangetAllowCancelled()-
Methods inherited from class taboolib.platform.type.BukkitProxyEvent
call, getHandlers, getMetadata, getMetadataMap, hasMetadata, isCancelled, onCancel, removeMetadata, setCancelled, setMetadata -
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAllowCancelled
Boolean getAllowCancelled()
-
-
-
-