Interface FungusFighterUseBackupFungusReqOuterClass.FungusFighterUseBackupFungusReqOrBuilder

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

public static interface FungusFighterUseBackupFungusReqOuterClass.FungusFighterUseBackupFungusReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 backup_fungus_id_list = 8;
    int
    repeated uint32 backup_fungus_id_list = 8;
    repeated uint32 backup_fungus_id_list = 8;

    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 = 8;
      Returns:
      A list containing the backupFungusIdList.
    • getBackupFungusIdListCount

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

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