Package de.jcm.discordgamesdk
Class Core.CorePrivate
java.lang.Object
de.jcm.discordgamesdk.Core.CorePrivate
- Enclosing class:
Core
-
Field Summary
FieldsModifier and TypeFieldDescriptionde.jcm.discordgamesdk.impl.events.OverlayUpdateEvent.Data
int
de.jcm.discordgamesdk.impl.events.VoiceSettingsUpdate2Event.Data
-
Method Summary
Modifier and TypeMethodDescriptioncheckError
(de.jcm.discordgamesdk.impl.Command c) getCore()
com.google.gson.Gson
getGson()
void
void
ready()
void
sendCommand
(de.jcm.discordgamesdk.impl.Command.Type type, Object args, Consumer<de.jcm.discordgamesdk.impl.Command> responseHandler) void
sendCommandNoResponse
(de.jcm.discordgamesdk.impl.Command.Type type, Object args, Consumer<de.jcm.discordgamesdk.impl.Command> responseHandler)
-
Field Details
-
workQueue
-
pid
public int pid -
currentUser
-
relationships
-
overlayData
public de.jcm.discordgamesdk.impl.events.OverlayUpdateEvent.Data overlayData -
voiceData
public de.jcm.discordgamesdk.impl.events.VoiceSettingsUpdate2Event.Data voiceData
-
-
Method Details
-
getEventAdapter
-
ready
public void ready() -
getCore
-
sendCommand
-
sendCommandNoResponse
-
getGson
public com.google.gson.Gson getGson() -
log
-
checkError
-