Class SentinelUUID
java.lang.Object
org.mcmonkey.sentinel.SentinelIntegration
org.mcmonkey.sentinel.integration.SentinelUUID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the 'target help' data for this integration (empty string if not relevant).String[]Gets the list of target prefixes that this integration handles.booleanReturns whether an entity is a target of the integration label.booleanReturns whether the values for a target should be automatically lowercased in advance.Methods inherited from class org.mcmonkey.sentinel.SentinelIntegrationisTarget, itemIsRanged, tryAttack
- 
Constructor Details- 
SentinelUUIDpublic SentinelUUID()
 
- 
- 
Method Details- 
getTargetHelpDescription copied from class:SentinelIntegrationGets the 'target help' data for this integration (empty string if not relevant). Example format is: "myintegration:MY_TARGET_IDENTIFIER" like "squad:SQUAD_NAME" or "healthabove:PERCENTAGE"- Overrides:
- getTargetHelpin class- SentinelIntegration
 
- 
getTargetPrefixesDescription copied from class:SentinelIntegrationGets the list of target prefixes that this integration handles. For a "squad:SQUAD_NAME" target, this should return: new String[] { "squad" } For integrations that don't have targets, return new String[0];- Overrides:
- getTargetPrefixesin class- SentinelIntegration
 
- 
shouldLowerCaseValuepublic boolean shouldLowerCaseValue()Description copied from class:SentinelIntegrationReturns whether the values for a target should be automatically lowercased in advance.- Overrides:
- shouldLowerCaseValuein class- SentinelIntegration
 
- 
isTargetDescription copied from class:SentinelIntegrationReturns whether an entity is a target of the integration label.- Overrides:
- isTargetin class- SentinelIntegration
 
 
-