Class PortalLine
java.lang.Object
org.sgrewritten.stargate.api.network.portal.formatting.AbstractSignLine
org.sgrewritten.stargate.api.network.portal.formatting.PortalLine
- All Implemented Interfaces:
SignLine
-
Constructor Summary
ConstructorDescriptionPortalLine
(List<Holder<StargateComponent>> components, @Nullable Portal portal, SignLineType type) PortalLine
(HighlightingStyle style, @Nullable Portal portal, net.md_5.bungee.api.ChatColor textColor, net.md_5.bungee.api.ChatColor pointerColor, SignLineType type) -
Method Summary
Methods inherited from class org.sgrewritten.stargate.api.network.portal.formatting.AbstractSignLine
getComponents, toString
-
Constructor Details
-
PortalLine
public PortalLine(List<Holder<StargateComponent>> components, @Nullable @Nullable Portal portal, SignLineType type) -
PortalLine
public PortalLine(HighlightingStyle style, @Nullable @Nullable Portal portal, net.md_5.bungee.api.ChatColor textColor, net.md_5.bungee.api.ChatColor pointerColor, SignLineType type)
-
-
Method Details
-
getType
- Returns:
The type of line that is being displayed
-
getPortal
- Returns:
The portal this line relates to
-