Interface CustomDungeonSettingOuterClass.CustomDungeonSettingOrBuilder

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

public static interface CustomDungeonSettingOuterClass.CustomDungeonSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 coin_limit = 5;
    boolean
    bool is_arrive_finish = 6;
    boolean
    bool is_forbid_skill = 7;
    int
    uint32 life_num = 8;
    int
    getOpenRoomList(int index)
    repeated uint32 open_room_list = 14;
    int
    repeated uint32 open_room_list = 14;
    repeated uint32 open_room_list = 14;
    int
    uint32 start_room_id = 3;
    int
    uint32 time_limit = 9;

    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

    • getStartRoomId

      int getStartRoomId()
      uint32 start_room_id = 3;
      Returns:
      The startRoomId.
    • getTimeLimit

      int getTimeLimit()
      uint32 time_limit = 9;
      Returns:
      The timeLimit.
    • getOpenRoomListList

      List<Integer> getOpenRoomListList()
      repeated uint32 open_room_list = 14;
      Returns:
      A list containing the openRoomList.
    • getOpenRoomListCount

      int getOpenRoomListCount()
      repeated uint32 open_room_list = 14;
      Returns:
      The count of openRoomList.
    • getOpenRoomList

      int getOpenRoomList(int index)
      repeated uint32 open_room_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The openRoomList at the given index.
    • getCoinLimit

      int getCoinLimit()
      uint32 coin_limit = 5;
      Returns:
      The coinLimit.
    • getIsForbidSkill

      boolean getIsForbidSkill()
      bool is_forbid_skill = 7;
      Returns:
      The isForbidSkill.
    • getIsArriveFinish

      boolean getIsArriveFinish()
      bool is_arrive_finish = 6;
      Returns:
      The isArriveFinish.
    • getLifeNum

      int getLifeNum()
      uint32 life_num = 8;
      Returns:
      The lifeNum.