Interface PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfoOrBuilder

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

public static interface PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_locked = 6;
    int
    uint32 scene_id = 8;
    int
    getSceneTagIdList(int index)
    repeated uint32 scene_tag_id_list = 7;
    int
    repeated uint32 scene_tag_id_list = 7;
    repeated uint32 scene_tag_id_list = 7;

    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

    • getIsLocked

      boolean getIsLocked()
      bool is_locked = 6;
      Returns:
      The isLocked.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 8;
      Returns:
      The sceneId.
    • getSceneTagIdListList

      List<Integer> getSceneTagIdListList()
      repeated uint32 scene_tag_id_list = 7;
      Returns:
      A list containing the sceneTagIdList.
    • getSceneTagIdListCount

      int getSceneTagIdListCount()
      repeated uint32 scene_tag_id_list = 7;
      Returns:
      The count of sceneTagIdList.
    • getSceneTagIdList

      int getSceneTagIdList(int index)
      repeated uint32 scene_tag_id_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sceneTagIdList at the given index.