Interface TowerEnterLevelRspOuterClass.TowerEnterLevelRspOrBuilder

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

public static interface TowerEnterLevelRspOuterClass.TowerEnterLevelRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 floor_id = 9;
    int
    uint32 level_index = 5;
    int
    int32 retcode = 1;
    int
    getTowerBuffIdList(int index)
    repeated uint32 tower_buff_id_list = 7;
    int
    repeated uint32 tower_buff_id_list = 7;
    repeated uint32 tower_buff_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

    • getTowerBuffIdListList

      List<Integer> getTowerBuffIdListList()
      repeated uint32 tower_buff_id_list = 7;
      Returns:
      A list containing the towerBuffIdList.
    • getTowerBuffIdListCount

      int getTowerBuffIdListCount()
      repeated uint32 tower_buff_id_list = 7;
      Returns:
      The count of towerBuffIdList.
    • getTowerBuffIdList

      int getTowerBuffIdList(int index)
      repeated uint32 tower_buff_id_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The towerBuffIdList at the given index.
    • getLevelIndex

      int getLevelIndex()
      uint32 level_index = 5;
      Returns:
      The levelIndex.
    • getFloorId

      int getFloorId()
      uint32 floor_id = 9;
      Returns:
      The floorId.
    • getRetcode

      int getRetcode()
      int32 retcode = 1;
      Returns:
      The retcode.