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 = 8;
    int
    uint32 level_index = 9;
    int
    int32 retcode = 2;
    int
    getTowerBuffIdList(int index)
    repeated uint32 tower_buff_id_list = 11;
    int
    repeated uint32 tower_buff_id_list = 11;
    repeated uint32 tower_buff_id_list = 11;

    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

    • getLevelIndex

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

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

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.
    • getTowerBuffIdListList

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

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

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