Uses of Enum Class
org.sgrewritten.stargate.api.network.portal.flag.StargateFlag
Packages that use StargateFlag
Package
Description
-
Uses of StargateFlag in org.sgrewritten.stargate.api.network
Method parameters in org.sgrewritten.stargate.api.network with type arguments of type StargateFlagModifier and TypeMethodDescriptionPortalBuilder.setFlags(@NotNull Set<StargateFlag> flags) Set the flags of the portal -
Uses of StargateFlag in org.sgrewritten.stargate.api.network.portal.behavior
Methods in org.sgrewritten.stargate.api.network.portal.behavior that return StargateFlagModifier and TypeMethodDescription@NotNull StargateFlagFixedBehavior.getAttachedFlag()@NotNull StargateFlagLegacyBungeeBehavior.getAttachedFlag()@NotNull StargateFlagNetworkedBehavior.getAttachedFlag()@NotNull StargateFlagRandomBehavior.getAttachedFlag() -
Uses of StargateFlag in org.sgrewritten.stargate.api.network.portal.flag
Methods in org.sgrewritten.stargate.api.network.portal.flag that return StargateFlagModifier and TypeMethodDescriptionstatic StargateFlagStargateFlag.valueOf(char label) Gets the portal flag corresponding to the given characterstatic StargateFlagReturns 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.Methods in org.sgrewritten.stargate.api.network.portal.flag that return types with arguments of type StargateFlagModifier 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
Fields in org.sgrewritten.stargate.colors with type parameters of type StargateFlagModifier and TypeFieldDescriptionstatic final Map<StargateFlag, net.md_5.bungee.api.ChatColor> ColorRegistry.FLAG_COLORSA stargate flag to chat color conversion -
Uses of StargateFlag in org.sgrewritten.stargate.database
Method parameters in org.sgrewritten.stargate.database with type arguments of type StargateFlagModifier and TypeMethodDescriptionvoidSQLQueryExecutor.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
Constructors in org.sgrewritten.stargate.exception with parameters of type StargateFlag -
Uses of StargateFlag in org.sgrewritten.stargate.network
Methods in org.sgrewritten.stargate.network that return StargateFlag