Interface SceneGalleryHideAndSeekInfoOuterClass.SceneGalleryHideAndSeekInfoOrBuilder

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

public static interface SceneGalleryHideAndSeekInfoOuterClass.SceneGalleryHideAndSeekInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCaughtUidList(int index)
    repeated uint32 caught_uid_list = 7;
    int
    repeated uint32 caught_uid_list = 7;
    repeated uint32 caught_uid_list = 7;
    int
    getVisibleUidList(int index)
    repeated uint32 visible_uid_list = 10;
    int
    repeated uint32 visible_uid_list = 10;
    repeated uint32 visible_uid_list = 10;

    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

    • getVisibleUidListList

      List<Integer> getVisibleUidListList()
      repeated uint32 visible_uid_list = 10;
      Returns:
      A list containing the visibleUidList.
    • getVisibleUidListCount

      int getVisibleUidListCount()
      repeated uint32 visible_uid_list = 10;
      Returns:
      The count of visibleUidList.
    • getVisibleUidList

      int getVisibleUidList(int index)
      repeated uint32 visible_uid_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The visibleUidList at the given index.
    • getCaughtUidListList

      List<Integer> getCaughtUidListList()
      repeated uint32 caught_uid_list = 7;
      Returns:
      A list containing the caughtUidList.
    • getCaughtUidListCount

      int getCaughtUidListCount()
      repeated uint32 caught_uid_list = 7;
      Returns:
      The count of caughtUidList.
    • getCaughtUidList

      int getCaughtUidList(int index)
      repeated uint32 caught_uid_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The caughtUidList at the given index.