Class RequestInvite
java.lang.Object
com.gamersafer.minecraft.auth.common.webhook.model.RequestInvite
-
Constructor Summary
ConstructorDescriptionRequestInvite
(UUID playerUuid, long timeoutAt, CompletableFuture<Optional<GuildInvite>> future) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
RequestInvite
public RequestInvite(UUID playerUuid, long timeoutAt, CompletableFuture<Optional<GuildInvite>> future)
-
-
Method Details
-
getPlayerUuid
-
getTimeoutAt
public long getTimeoutAt() -
getFuture
-