Interface MinecraftAccountProto.BedrockDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MinecraftAccountProto.BedrockData, MinecraftAccountProto.BedrockData.Builder
Enclosing class:
MinecraftAccountProto

public static interface MinecraftAccountProto.BedrockDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    JSON structure containing the complete Bedrock authentication chain.
    com.google.protobuf.StructOrBuilder
    JSON structure containing the complete Bedrock authentication chain.
    boolean
    JSON structure containing the complete Bedrock authentication chain.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAuthChain

      boolean hasAuthChain()
      JSON structure containing the complete Bedrock authentication chain.
      Includes Xbox Live tokens and Bedrock-specific session data.
      Compatible with the ViaBedrock protocol implementation.
      
      .google.protobuf.Struct auth_chain = 7;
      Returns:
      Whether the authChain field is set.
    • getAuthChain

      com.google.protobuf.Struct getAuthChain()
      JSON structure containing the complete Bedrock authentication chain.
      Includes Xbox Live tokens and Bedrock-specific session data.
      Compatible with the ViaBedrock protocol implementation.
      
      .google.protobuf.Struct auth_chain = 7;
      Returns:
      The authChain.
    • getAuthChainOrBuilder

      com.google.protobuf.StructOrBuilder getAuthChainOrBuilder()
      JSON structure containing the complete Bedrock authentication chain.
      Includes Xbox Live tokens and Bedrock-specific session data.
      Compatible with the ViaBedrock protocol implementation.
      
      .google.protobuf.Struct auth_chain = 7;