Uses of Interface
ru.easydonate.easydonate4j.api.v3.data.model.shop.server.Server
-
Packages that use Server Package Description ru.easydonate.easydonate4j.api.v3.client ru.easydonate.easydonate4j.api.v3.data.model.shop.payment -
-
Uses of Server in ru.easydonate.easydonate4j.api.v3.client
Methods in ru.easydonate.easydonate4j.api.v3.client that return Server Modifier and Type Method Description @NotNull ServerEasyDonateClient. getServer(int serverId)Get the shop connected server by the #ID.@NotNull ServerSimpleEasyDonateClient. getServer(int serverId) -
Uses of Server in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment that return Server Modifier and Type Method Description @NotNull ServerPayment. getServer()Get the target game server describing object.
-