Uses of Enum Class
org.sgrewritten.stargate.network.portal.formatting.HighlightingStyle
Package
Description
-
Uses of HighlightingStyle in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionNetwork.getHighlightingStyle()
Gets the style this network should be highlighted with by default -
Uses of HighlightingStyle in org.sgrewritten.stargate.api.network.portal.formatting
ModifierConstructorDescriptionNetworkLine
(HighlightingStyle style, Network network, net.md_5.bungee.api.ChatColor textColor, net.md_5.bungee.api.ChatColor pointerColor) PortalLine
(HighlightingStyle style, @Nullable Portal portal, net.md_5.bungee.api.ChatColor textColor, net.md_5.bungee.api.ChatColor pointerColor, SignLineType type) TextLine
(HighlightingStyle style, String text, net.md_5.bungee.api.ChatColor textColor, net.md_5.bungee.api.ChatColor pointerColor, SignLineType type) Initialize an error line the default way -
Uses of HighlightingStyle in org.sgrewritten.stargate.api.network.portal.formatting.data
Modifier and TypeMethodDescription@Nullable HighlightingStyle
TextLineData.getHighlightingStyle()
-
Uses of HighlightingStyle in org.sgrewritten.stargate.network
Modifier and TypeMethodDescriptionNetworkType.getHighlightingStyle()
The applicable highlighting style.StargateNetwork.getHighlightingStyle()
Modifier and TypeMethodDescriptionstatic NetworkType
NetworkType.getNetworkTypeFromHighlight
(HighlightingStyle highlight) A method that infers a NetworkType from a provided HighlightingStyle, if sufficient information is available.static boolean
NetworkType.styleGivesNetworkType
(HighlightingStyle style) Whether the style of the gate contains sufficient information to determine its network type. -
Uses of HighlightingStyle in org.sgrewritten.stargate.network.portal.formatting
Modifier and TypeMethodDescriptionstatic HighlightingStyle
HighlightingStyle.getHighlightType
(String highlightedText) static HighlightingStyle
Returns the enum constant of this class with the specified name.static HighlightingStyle[]
HighlightingStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.