Interface IGamerSaferMinecraftJavaUserAPI
- All Known Implementing Classes:
GamerSaferMinecraftJavaUserAPI,GamerSaferMinecraftJavaUserAPILimiter
public interface IGamerSaferMinecraftJavaUserAPI
Provides an interface to communicate with the GamerSafer API to lookup information for a Java Edition account.
-
Method Summary
Modifier and TypeMethodDescriptionpostInvite(UUID uuid) postLogReport(ReportLog log) postUserLogin(String guildMemberId, UserIdentity identity) postVerify(String guildMemberId) voidshutdown()
-
Method Details
-
testConnection
CompletableFuture<Boolean> testConnection() -
postLogReport
-
postInvite
-
postVerify
-
shutdown
void shutdown()
-