Class GSAuthLoginReminderEvent
java.lang.Object
com.gamersafer.minecraft.auth.velocity.event.GSAuthEvent
com.gamersafer.minecraft.auth.velocity.event.GSAuthLoginReminderEvent
Fired when a user is reminded to authenticate themselves
-
Constructor Summary
ConstructorsConstructorDescriptionGSAuthLoginReminderEvent
(com.velocitypowered.api.proxy.Player player, UUID uuid) Creates a newGSAuthLoginReminderEvent
-
Method Summary
Methods inherited from class com.gamersafer.minecraft.auth.velocity.event.GSAuthEvent
getPlayer, getUuid
-
Constructor Details
-
GSAuthLoginReminderEvent
Creates a newGSAuthLoginReminderEvent
- Parameters:
player
- the reminded playeruuid
- theUUID
of the reminded player
-