Class GamerSaferMinecraftJavaUserAPILimiter
java.lang.Object
com.gamersafer.minecraft.auth.common.service.impl.api.GamerSaferMinecraftJavaUserAPILimiter
- All Implemented Interfaces:
IGamerSaferMinecraftJavaUserAPI
public class GamerSaferMinecraftJavaUserAPILimiter
extends Object
implements IGamerSaferMinecraftJavaUserAPI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpostInvite
(UUID uuid) postLogReport
(ReportLog log) postUserLogin
(String guildMemberId, UserIdentity identity) postVerify
(String guildMemberId) void
shutdown()
-
Constructor Details
-
GamerSaferMinecraftJavaUserAPILimiter
-
-
Method Details
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceIGamerSaferMinecraftJavaUserAPI
-
testConnection
- Specified by:
testConnection
in interfaceIGamerSaferMinecraftJavaUserAPI
-
postLogReport
- Specified by:
postLogReport
in interfaceIGamerSaferMinecraftJavaUserAPI
-
postInvite
- Specified by:
postInvite
in interfaceIGamerSaferMinecraftJavaUserAPI
-
postVerify
- Specified by:
postVerify
in interfaceIGamerSaferMinecraftJavaUserAPI
-