Uses of Enum Class
org.sgrewritten.stargate.api.network.portal.flag.StargateFlag
Package
Description
-
Uses of StargateFlag in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionPortalBuilder.setFlags
(@NotNull Set<StargateFlag> flags) Set the flags of the portal -
Uses of StargateFlag in org.sgrewritten.stargate.api.network.portal.behavior
Modifier and TypeMethodDescription@NotNull StargateFlag
FixedBehavior.getAttachedFlag()
@NotNull StargateFlag
LegacyBungeeBehavior.getAttachedFlag()
@NotNull StargateFlag
NetworkedBehavior.getAttachedFlag()
@NotNull StargateFlag
RandomBehavior.getAttachedFlag()
-
Uses of StargateFlag in org.sgrewritten.stargate.api.network.portal.flag
Modifier and TypeMethodDescriptionstatic StargateFlag
StargateFlag.valueOf
(char label) Gets the portal flag corresponding to the given characterstatic StargateFlag
Returns the enum constant of this class with the specified name.static StargateFlag[]
StargateFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Set
<StargateFlag> StargateFlag.parseFlags
(String flagString) Gets all portal flags present in the given string -
Uses of StargateFlag in org.sgrewritten.stargate.colors
Modifier and TypeFieldDescriptionstatic final Map
<StargateFlag, net.md_5.bungee.api.ChatColor> ColorRegistry.FLAG_COLORS
A stargate flag to chat color conversion -
Uses of StargateFlag in org.sgrewritten.stargate.database
Modifier and TypeMethodDescriptionvoid
SQLQueryExecutor.executeAddFlagRelation
(StorageType type, GlobalPortalId globalPortalId, Set<StargateFlag> flags) Executes the query for adding a new flag to a portal -
Uses of StargateFlag in org.sgrewritten.stargate.exception
-
Uses of StargateFlag in org.sgrewritten.stargate.network