Interface SceneAreaUnlockNotifyOuterClass.SceneAreaUnlockNotifyOrBuilder

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

public static interface SceneAreaUnlockNotifyOuterClass.SceneAreaUnlockNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAreaList(int index)
    repeated uint32 area_list = 8;
    int
    repeated uint32 area_list = 8;
    repeated uint32 area_list = 8;
    int
    uint32 scene_id = 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

    • getAreaListList

      List<Integer> getAreaListList()
      repeated uint32 area_list = 8;
      Returns:
      A list containing the areaList.
    • getAreaListCount

      int getAreaListCount()
      repeated uint32 area_list = 8;
      Returns:
      The count of areaList.
    • getAreaList

      int getAreaList(int index)
      repeated uint32 area_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The areaList at the given index.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 1;
      Returns:
      The sceneId.