Package pro.gravit.launcher.events
Class RequestEvent
- java.lang.Object
-
- pro.gravit.launcher.events.RequestEvent
-
- All Implemented Interfaces:
WebSocketEvent,pro.gravit.utils.TypeSerializeInterface
- Direct Known Subclasses:
AuthRequestEvent,BatchProfileByUsernameRequestEvent,CheckServerRequestEvent,CurrentUserRequestEvent,ErrorRequestEvent,ExceptionEvent,ExitRequestEvent,FeaturesRequestEvent,GetAvailabilityAuthRequestEvent,GetSecureLevelInfoRequestEvent,HardwareReportRequestEvent,JoinServerRequestEvent,LauncherRequestEvent,PingServerReportRequestEvent,PingServerRequestEvent,ProfileByUsernameRequestEvent,ProfileByUUIDRequestEvent,ProfilesRequestEvent,RegisterRequestEvent,RestoreSessionRequestEvent,SecurityReportRequestEvent,ServerStatusRequestEvent,SetProfileRequestEvent,UpdateListRequestEvent,UpdateRequestEvent,VerifySecureLevelKeyRequestEvent
public abstract class RequestEvent extends java.lang.Object implements WebSocketEvent
The class of all request events sent by the server to the client
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.UUIDeventUUIDjava.util.UUIDrequestUUIDUUID sent in request
-
Constructor Summary
Constructors Constructor Description RequestEvent()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pro.gravit.launcher.request.WebSocketEvent
getType
-
-