Uses of Class
org.mcmonkey.sentinel.SentinelIntegration
Packages that use SentinelIntegration
Package
Description
-
Uses of SentinelIntegration in org.mcmonkey.sentinel
Fields in org.mcmonkey.sentinel with type parameters of type SentinelIntegrationModifier and TypeFieldDescriptionstatic final HashMap
<String, SentinelIntegration> SentinelPlugin.integrationPrefixMap
A map of target prefixes to the integration object.static final ArrayList
<SentinelIntegration> SentinelPlugin.integrations
All current integrations available to Sentinel.Methods in org.mcmonkey.sentinel with parameters of type SentinelIntegrationModifier and TypeMethodDescriptionvoid
SentinelPlugin.registerIntegration
(SentinelIntegration integration) Registers a new integration to Sentinel. -
Uses of SentinelIntegration in org.mcmonkey.sentinel.integration
Subclasses of SentinelIntegration in org.mcmonkey.sentinel.integrationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of SentinelIntegration in org.mcmonkey.sentinel.targeting
Fields in org.mcmonkey.sentinel.targeting declared as SentinelIntegrationModifier and TypeFieldDescriptionSentinelTargetList.CachedOtherTarget.integration
The integration object.