Uses of Interface
org.sgrewritten.stargate.api.network.portal.formatting.StargateComponent
Package
Description
-
Uses of StargateComponent in org.sgrewritten.stargate.api.event
Modifier and TypeMethodDescriptionvoid
StargateMessageEvent.setMessage
(StargateComponent message) Change the message that is going to be sent -
Uses of StargateComponent in org.sgrewritten.stargate.api.event.portal.message
Modifier and TypeMethodDescriptionvoid
StargateSendMessagePortalEvent.setMessage
(StargateComponent message) ModifierConstructorDescriptionAsyncStargateSendMessagePortalEvent
(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
Modifier and TypeClassDescriptionfinal class
final class
Modifier 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
Modifier and TypeMethodDescriptionAbstractSignLine.getComponents()
SignLine.getComponents()
static Holder
<StargateComponent> AdventureStargateComponent.of
(net.kyori.adventure.text.Component text) static Holder
<StargateComponent> Modifier and TypeMethodDescriptionAdventureStargateComponent.append
(StargateComponent value) LegacyStargateComponent.append
(StargateComponent value) StargateComponent.append
(StargateComponent value) Append another components content after this componentModifierConstructorDescriptionprotected
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)