Class RegisterAttributeDataEvent.Before
-
- All Implemented Interfaces:
-
org.bukkit.event.Cancellable,org.bukkit.metadata.Metadatable
public final class RegisterAttributeDataEvent.Before extends BukkitProxyEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final AttributeDatadataprivate final BooleanallowCancelledprivate final ConcurrentHashMap<String, MetadataValue>metadataMap
-
Constructor Summary
Constructors Constructor Description RegisterAttributeDataEvent.Before(AttributeData data)
-
Method Summary
Modifier and Type Method Description final AttributeDatagetData()final BooleanisPlayerData()final PlayerAttributeDatagetPlayerData()-
Methods inherited from class taboolib.platform.type.BukkitProxyEvent
call, getAllowCancelled, 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
-
-
Constructor Detail
-
RegisterAttributeDataEvent.Before
RegisterAttributeDataEvent.Before(AttributeData data)
-
-
Method Detail
-
getData
final AttributeData getData()
-
isPlayerData
final Boolean isPlayerData()
-
getPlayerData
final PlayerAttributeData getPlayerData()
-
-
-
-