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)