Interface StatueGadgetInfoOuterClass.StatueGadgetInfoOrBuilder

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

public static interface StatueGadgetInfoOuterClass.StatueGadgetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 opened_statue_uid_list = 1;
    int
    repeated uint32 opened_statue_uid_list = 1;
    repeated uint32 opened_statue_uid_list = 1;

    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

    • getOpenedStatueUidListList

      List<Integer> getOpenedStatueUidListList()
      repeated uint32 opened_statue_uid_list = 1;
      Returns:
      A list containing the openedStatueUidList.
    • getOpenedStatueUidListCount

      int getOpenedStatueUidListCount()
      repeated uint32 opened_statue_uid_list = 1;
      Returns:
      The count of openedStatueUidList.
    • getOpenedStatueUidList

      int getOpenedStatueUidList(int index)
      repeated uint32 opened_statue_uid_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The openedStatueUidList at the given index.