Interface FungusFighterTrainingSelectFungusReqOuterClass.FungusFighterTrainingSelectFungusReqOrBuilder

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

public static interface FungusFighterTrainingSelectFungusReqOuterClass.FungusFighterTrainingSelectFungusReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 backup_fungus_id_list = 3;
    int
    repeated uint32 backup_fungus_id_list = 3;
    repeated uint32 backup_fungus_id_list = 3;
    int
    repeated uint32 fight_fungus_id_list = 9;
    int
    repeated uint32 fight_fungus_id_list = 9;
    repeated uint32 fight_fungus_id_list = 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

    • getBackupFungusIdListList

      List<Integer> getBackupFungusIdListList()
      repeated uint32 backup_fungus_id_list = 3;
      Returns:
      A list containing the backupFungusIdList.
    • getBackupFungusIdListCount

      int getBackupFungusIdListCount()
      repeated uint32 backup_fungus_id_list = 3;
      Returns:
      The count of backupFungusIdList.
    • getBackupFungusIdList

      int getBackupFungusIdList(int index)
      repeated uint32 backup_fungus_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The backupFungusIdList at the given index.
    • getFightFungusIdListList

      List<Integer> getFightFungusIdListList()
      repeated uint32 fight_fungus_id_list = 9;
      Returns:
      A list containing the fightFungusIdList.
    • getFightFungusIdListCount

      int getFightFungusIdListCount()
      repeated uint32 fight_fungus_id_list = 9;
      Returns:
      The count of fightFungusIdList.
    • getFightFungusIdList

      int getFightFungusIdList(int index)
      repeated uint32 fight_fungus_id_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fightFungusIdList at the given index.