Uses of Interface
org.sgrewritten.stargate.api.network.portal.formatting.StargateComponent
Packages that use StargateComponent
Package
Description
-
Uses of StargateComponent in org.sgrewritten.stargate.api.event
Methods in org.sgrewritten.stargate.api.event that return StargateComponentMethods in org.sgrewritten.stargate.api.event with parameters of type StargateComponentModifier and TypeMethodDescriptionvoid
StargateMessageEvent.setMessage
(StargateComponent message) Change the message that is going to be sentConstructors in org.sgrewritten.stargate.api.event with parameters of type StargateComponent -
Uses of StargateComponent in org.sgrewritten.stargate.api.event.portal.message
Methods in org.sgrewritten.stargate.api.event.portal.message that return types with arguments of type StargateComponentMethods in org.sgrewritten.stargate.api.event.portal.message with parameters of type StargateComponentModifier and TypeMethodDescriptionvoid
StargateSendMessagePortalEvent.setMessage
(StargateComponent message) Constructors in org.sgrewritten.stargate.api.event.portal.message with parameters of type StargateComponentModifierConstructorDescriptionAsyncStargateSendMessagePortalEvent
(Portal portal, org.bukkit.entity.Entity entity, MessageType type, StargateComponent message) Instantiates a new stargate player eventprotected
StargateSendMessagePortalEvent
(Portal portal, org.bukkit.entity.Entity entity, MessageType type, StargateComponent message, boolean async) Instantiates a new stargate player eventSyncStargateSendMessagePortalEvent
(Portal portal, org.bukkit.entity.Entity entity, MessageType type, StargateComponent message) Instantiates a new stargate player event -
Uses of StargateComponent in org.sgrewritten.stargate.api.network.portal.formatting
Classes in org.sgrewritten.stargate.api.network.portal.formatting that implement StargateComponentModifier and TypeClassDescriptionfinal class
final class
Methods in org.sgrewritten.stargate.api.network.portal.formatting that return StargateComponentModifier and TypeMethodDescriptionAdventureStargateComponent.append
(StargateComponent value) LegacyStargateComponent.append
(StargateComponent value) StargateComponent.append
(StargateComponent value) Append another components content after this componentstatic StargateComponent
StargateComponent.empty()
static StargateComponent
StargateComponentCombiner.getComponent
(@Nullable SignLine line) Convert from SignLine toComponent
Methods in org.sgrewritten.stargate.api.network.portal.formatting that return types with arguments of type StargateComponentModifier and TypeMethodDescriptionAbstractSignLine.getComponents()
SignLine.getComponents()
static Holder
<StargateComponent> AdventureStargateComponent.of
(net.kyori.adventure.text.Component text) static Holder
<StargateComponent> Methods in org.sgrewritten.stargate.api.network.portal.formatting with parameters of type StargateComponentModifier and TypeMethodDescriptionAdventureStargateComponent.append
(StargateComponent value) LegacyStargateComponent.append
(StargateComponent value) StargateComponent.append
(StargateComponent value) Append another components content after this componentConstructor parameters in org.sgrewritten.stargate.api.network.portal.formatting with type arguments of type StargateComponentModifierConstructorDescriptionprotected
AbstractSignLine
(List<Holder<StargateComponent>> components) NetworkLine
(List<Holder<StargateComponent>> components, Network network) PortalLine
(List<Holder<StargateComponent>> components, @Nullable Portal portal, SignLineType type) TextLine
(List<Holder<StargateComponent>> components) TextLine
(List<Holder<StargateComponent>> components, SignLineType type)