Uses of Interface
septogeddon.pluginquery.api.QueryMetadataKey
Packages that use QueryMetadataKey
Package
Description
-
Uses of QueryMetadataKey in septogeddon.pluginquery
Methods in septogeddon.pluginquery with parameters of type QueryMetadataKeyModifier and TypeMethodDescription<T> booleanQueryMetadataImpl.containsData(QueryMetadataKey<T> key) <T> TQueryMetadataImpl.getData(QueryMetadataKey<T> key) <T> TQueryMetadataImpl.getData(QueryMetadataKey<T> key, T defaultValue) <T> voidQueryMetadataImpl.setData(QueryMetadataKey<T> key, T value) -
Uses of QueryMetadataKey in septogeddon.pluginquery.api
Fields in septogeddon.pluginquery.api declared as QueryMetadataKeyModifier and TypeFieldDescriptionstatic final QueryMetadataKey<Integer> QueryContext.METAKEY_MAX_RECONNECT_TRYMetadata Key for Max Reconnect Trystatic final QueryMetadataKey<Long> QueryContext.METAKEY_READ_TIMEOUTMetadata Key for Read Timeoutstatic final QueryMetadataKey<Long> QueryContext.METAKEY_RECONNECT_DELAYMetadata Key for Reconnect DelayMethods in septogeddon.pluginquery.api that return QueryMetadataKeyModifier and TypeMethodDescriptionstatic <T> QueryMetadataKey<T> QueryMetadataKey.newCastableKey(String key, Class<T> cl) Create new key using Cast-able rule where this key only accept value that instance of the specified classMethods in septogeddon.pluginquery.api with parameters of type QueryMetadataKeyModifier and TypeMethodDescription<T> booleanQueryMetadata.containsData(QueryMetadataKey<T> key) Check if this storage contains wanted data, does not check the parent<T> TQueryMetadata.getData(QueryMetadataKey<T> key) Get data from this storage and parent storage<T> TQueryMetadata.getData(QueryMetadataKey<T> key, T defaultValue) Get data from this storage and parent storage, will use defaultValue if its null<T> voidQueryMetadata.setData(QueryMetadataKey<T> key, T value) Set data to current storage, will remove if its null, does not affect the parent metadata -
Uses of QueryMetadataKey in septogeddon.pluginquery.bungeecord
Fields in septogeddon.pluginquery.bungeecord declared as QueryMetadataKeyModifier and TypeFieldDescriptionstatic final QueryMetadataKey<BungeeRemoteObjectMessenger> BungeePluginQuery.REMOTEOBJECT_PROXYSERVERMetadata forProxyServeronRemoteObjectstatic final QueryMetadataKey<net.md_5.bungee.api.config.ServerInfo> BungeePluginQuery.SERVER_INFOMetadata Key forServerInfo -
Uses of QueryMetadataKey in septogeddon.pluginquery.spigot
Fields in septogeddon.pluginquery.spigot declared as QueryMetadataKeyModifier and TypeFieldDescriptionstatic final QueryMetadataKey<SpigotRemoteObjectMessenger> SpigotPluginQuery.REMOTEOBJECT_BUKKITSERVERMetadata forServeronRemoteObject -
Uses of QueryMetadataKey in septogeddon.pluginquery.velocity
Fields in septogeddon.pluginquery.velocity declared as QueryMetadataKeyModifier and TypeFieldDescriptionstatic final QueryMetadataKey<com.velocitypowered.api.proxy.server.RegisteredServer> VelocityPluginQuery.REGISTERED_SERVERMetadata Key forRegisteredServerstatic final QueryMetadataKey<VelocityRemoteObjectMessenger> VelocityPluginQuery.REMOTEOBJECT_PROXYSERVERMetadata forProxyServeronRemoteObject