Uses of Enum Class
org.sgrewritten.stargate.network.portal.formatting.HighlightingStyle
Packages that use HighlightingStyle
Package
Description
-
Uses of HighlightingStyle in org.sgrewritten.stargate.api.network
Methods in org.sgrewritten.stargate.api.network that return HighlightingStyleModifier 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
Constructors in org.sgrewritten.stargate.api.network.portal.formatting with parameters of type HighlightingStyleModifierConstructorDescriptionNetworkLine(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
Methods in org.sgrewritten.stargate.api.network.portal.formatting.data that return HighlightingStyleModifier and TypeMethodDescription@Nullable HighlightingStyleTextLineData.getHighlightingStyle()Constructors in org.sgrewritten.stargate.api.network.portal.formatting.data with parameters of type HighlightingStyle -
Uses of HighlightingStyle in org.sgrewritten.stargate.network
Methods in org.sgrewritten.stargate.network that return HighlightingStyleModifier and TypeMethodDescriptionNetworkType.getHighlightingStyle()The applicable highlighting style.StargateNetwork.getHighlightingStyle()Methods in org.sgrewritten.stargate.network with parameters of type HighlightingStyleModifier and TypeMethodDescriptionstatic NetworkTypeNetworkType.getNetworkTypeFromHighlight(HighlightingStyle highlight) A method that infers a NetworkType from a provided HighlightingStyle, if sufficient information is available.static booleanNetworkType.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
Methods in org.sgrewritten.stargate.network.portal.formatting that return HighlightingStyleModifier and TypeMethodDescriptionstatic HighlightingStyleHighlightingStyle.getHighlightType(String highlightedText) static HighlightingStyleReturns 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.