Uses of Interface
org.sgrewritten.stargate.api.network.RegistryAPI
Package
Description
-
Uses of RegistryAPI in org.sgrewritten.stargate
-
Uses of RegistryAPI in org.sgrewritten.stargate.api
Modifier and TypeMethodDescriptionStargateAPI.getRegistry()
Gets the registry used to register and unregister StargatesModifier and TypeMethodDescriptionvoid
BlockHandlerResolver.registerPlacement
(@NotNull RegistryAPI registry, @NotNull org.bukkit.Location location, @NotNull List<RealPortal> portals, @NotNull org.bukkit.Material material, org.bukkit.OfflinePlayer player) void
BlockHandlerResolver.registerRemoval
(RegistryAPI registry, org.bukkit.Location location, RealPortal portal) -
Uses of RegistryAPI in org.sgrewritten.stargate.api.gate
ModifierConstructorDescriptionExplicitGateBuilder
(RegistryAPI registryAPI, org.bukkit.Location topLeft, GateFormatAPI gateFormatAPI) Constructor forExplicitGateBuilder
ImplicitGateBuilder
(org.bukkit.Location signLocation, RegistryAPI registryAPI) Construct an instance ofImplicitGateBuilder
-
Uses of RegistryAPI in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionvoid
Network.assignToRegistry
(RegistryAPI registry) Assign the network to a registry -
Uses of RegistryAPI in org.sgrewritten.stargate.gate
ModifierConstructorDescriptionGate
(@NotNull GateFormatAPI format, @NotNull org.bukkit.Location signLocation, org.bukkit.block.BlockFace signFace, boolean alwaysOn, @NotNull RegistryAPI registry) Instantiates a new gateGate
(GateData gateData, @NotNull RegistryAPI registry) Instantiates a gate from already predetermined parameters, no checking is done to see if format matches -
Uses of RegistryAPI in org.sgrewritten.stargate.listener
ModifierConstructorDescriptionBKCommonLibListener
(RegistryAPI registryAPI, NetworkManager networkManager) EntityInsideBlockEventListener
(RegistryAPI registry) MoveEventListener
(RegistryAPI registry) PlayerAdvancementListener
(RegistryAPI registry) PlayerEventListener
(@NotNull LanguageManager languageManager, @NotNull RegistryAPI registry, @NotNull BungeeManager bungeeManager, @NotNull BlockLoggingManager loggingCompatibility, StorageAPI storageAPI) -
Uses of RegistryAPI in org.sgrewritten.stargate.manager
ModifierConstructorDescriptionStargateBungeeManager
(@NotNull RegistryAPI registry, @NotNull LanguageManager languageManager, @NotNull NetworkManager networkManager) -
Uses of RegistryAPI in org.sgrewritten.stargate.network
ModifierConstructorDescriptionStargateNetworkManager
(RegistryAPI registryAPI, StorageAPI storageAPI) -
Uses of RegistryAPI in org.sgrewritten.stargate.util
Modifier and TypeMethodDescriptionstatic Network
NetworkCreationHelper.getInterServerLocalConflict
(Network network, RegistryAPI registry) Get a network that is conflicting with thestatic @Nullable Network
BungeeHelper.getLegacyBungeeNetwork
(RegistryAPI registry, NetworkManager networkManager, String bungeeNetwork) Gets the legacy bungee networkstatic void
BStatsHelper.registerMetrics
(int pluginId, org.bukkit.plugin.java.JavaPlugin plugin, RegistryAPI registry) Registers a metrics with all relevant portal data