Uses of Interface
de.marcely.bedwars.api.remote.RemoteAPI
Packages that use RemoteAPI
Package
Description
The root package of the MBedwars API
Classes used to manage other servers running MBedwars remotely.
DO NOT USE: These classes are for internal use only, and may change at any time.
-
Uses of RemoteAPI in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api that return RemoteAPIModifier and TypeMethodDescriptionstatic RemoteAPI
BedwarsAPI.getRemoteAPI()
Contains API that is being used for communicating with other servers in a Proxy network.Methods in de.marcely.bedwars.api with parameters of type RemoteAPIModifier and TypeMethodDescriptionstatic void
BedwarsAPI.setRemoteAPI
(RemoteAPI remoteAPI) Implement your own remote API. -
Uses of RemoteAPI in de.marcely.bedwars.api.remote
Methods in de.marcely.bedwars.api.remote that return RemoteAPI -
Uses of RemoteAPI in de.marcely.bedwars.api.unsafe
Methods in de.marcely.bedwars.api.unsafe that return RemoteAPIMethods in de.marcely.bedwars.api.unsafe with parameters of type RemoteAPIModifier and TypeMethodDescriptionabstract void
BedwarsAPILayer.setRemoteAPI
(RemoteAPI remoteAPI) Deprecated.