Package org.geysermc.geyser.text
Annotation Interface AsteriskSerializer.Asterisk
- Enclosing class:
- AsteriskSerializer
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If true, this value will be shown ifAsteriskSerializer.showSensitive
is true, or if the IP is determined to not be a public IP
-
Element Details
-
value
String value- Default:
- "***"
-
isIp
boolean isIpIf true, this value will be shown ifAsteriskSerializer.showSensitive
is true, or if the IP is determined to not be a public IP- Returns:
- true if this should be analyzed and treated as an IP
- Default:
- false
-