Class Core.CorePrivate

java.lang.Object
de.jcm.discordgamesdk.Core.CorePrivate
Enclosing class:
Core

public class Core.CorePrivate extends Object
  • Field Details

    • workQueue

      public Queue<Runnable> workQueue
    • pid

      public int pid
    • currentUser

      public DiscordUser currentUser
    • relationships

      public Map<Long,Relationship> relationships
    • overlayData

      public de.jcm.discordgamesdk.impl.events.OverlayUpdateEvent.Data overlayData
    • voiceData

      public de.jcm.discordgamesdk.impl.events.VoiceSettingsUpdate2Event.Data voiceData
  • Method Details

    • getEventAdapter

      public DiscordEventAdapter getEventAdapter()
    • ready

      public void ready()
    • getCore

      public Core getCore()
    • sendCommand

      public void sendCommand(de.jcm.discordgamesdk.impl.Command.Type type, Object args, Consumer<de.jcm.discordgamesdk.impl.Command> responseHandler)
    • sendCommandNoResponse

      public void sendCommandNoResponse(de.jcm.discordgamesdk.impl.Command.Type type, Object args, Consumer<de.jcm.discordgamesdk.impl.Command> responseHandler)
    • getGson

      public com.google.gson.Gson getGson()
    • log

      public void log(LogLevel level, String message)
    • checkError

      public Result checkError(de.jcm.discordgamesdk.impl.Command c)