Class RpcRemoteErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.server.dedicated.management.RpcRemoteErrorException
All Implemented Interfaces:
Serializable

public class RpcRemoteErrorException extends RuntimeException
See Also:
Mappings:
Namespace Name
named net/minecraft/server/dedicated/management/RpcRemoteErrorException
intermediary net/minecraft/class_11859
official avk
  • Field Details

    • id

      private final JsonElement id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/server/dedicated/management/RpcRemoteErrorException;id:Lcom/google/gson/JsonElement;
      intermediary field_62412 Lnet/minecraft/class_11859;field_62412:Lcom/google/gson/JsonElement;
      official a Lavk;a:Lcom/google/gson/JsonElement;
    • error

      private final JsonObject error
      Mappings:
      Namespace Name Mixin selector
      named error Lnet/minecraft/server/dedicated/management/RpcRemoteErrorException;error:Lcom/google/gson/JsonObject;
      intermediary field_62413 Lnet/minecraft/class_11859;field_62413:Lcom/google/gson/JsonObject;
      official b Lavk;b:Lcom/google/gson/JsonObject;
  • Constructor Details

    • RpcRemoteErrorException

      public RpcRemoteErrorException(JsonElement id, JsonObject error)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/dedicated/management/RpcRemoteErrorException;<init>(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonObject;)V
      intermediary <init> Lnet/minecraft/class_11859;<init>(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonObject;)V
      official <init> Lavk;<init>(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonObject;)V
  • Method Details

    • getError

      private JsonObject getError()
      Mappings:
      Namespace Name Mixin selector
      named getError Lnet/minecraft/server/dedicated/management/RpcRemoteErrorException;getError()Lcom/google/gson/JsonObject;
      intermediary method_73935 Lnet/minecraft/class_11859;method_73935()Lcom/google/gson/JsonObject;
      official a Lavk;a()Lcom/google/gson/JsonObject;
    • getId

      private JsonElement getId()
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/server/dedicated/management/RpcRemoteErrorException;getId()Lcom/google/gson/JsonElement;
      intermediary method_73936 Lnet/minecraft/class_11859;method_73936()Lcom/google/gson/JsonElement;
      official b Lavk;b()Lcom/google/gson/JsonElement;