Interface GCGTCTavernChallengeDataOuterClass.GCGTCTavernChallengeDataOrBuilder

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

public static interface GCGTCTavernChallengeDataOuterClass.GCGTCTavernChallengeDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 character_id = 2;
    int
    repeated uint32 unlock_level_id_list = 13;
    int
    repeated uint32 unlock_level_id_list = 13;
    repeated uint32 unlock_level_id_list = 13;

    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

    • getCharacterId

      int getCharacterId()
      uint32 character_id = 2;
      Returns:
      The characterId.
    • getUnlockLevelIdListList

      List<Integer> getUnlockLevelIdListList()
      repeated uint32 unlock_level_id_list = 13;
      Returns:
      A list containing the unlockLevelIdList.
    • getUnlockLevelIdListCount

      int getUnlockLevelIdListCount()
      repeated uint32 unlock_level_id_list = 13;
      Returns:
      The count of unlockLevelIdList.
    • getUnlockLevelIdList

      int getUnlockLevelIdList(int index)
      repeated uint32 unlock_level_id_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockLevelIdList at the given index.