Interface EnterFungusFighterPlotDungeonRspOuterClass.EnterFungusFighterPlotDungeonRspOrBuilder

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

public static interface EnterFungusFighterPlotDungeonRspOuterClass.EnterFungusFighterPlotDungeonRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_id = 8;
    int
    getFungusIdList(int index)
    repeated uint32 fungus_id_list = 14;
    int
    repeated uint32 fungus_id_list = 14;
    repeated uint32 fungus_id_list = 14;
    int
    int32 retcode = 4;

    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

    • getFungusIdListList

      List<Integer> getFungusIdListList()
      repeated uint32 fungus_id_list = 14;
      Returns:
      A list containing the fungusIdList.
    • getFungusIdListCount

      int getFungusIdListCount()
      repeated uint32 fungus_id_list = 14;
      Returns:
      The count of fungusIdList.
    • getFungusIdList

      int getFungusIdList(int index)
      repeated uint32 fungus_id_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fungusIdList at the given index.
    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 8;
      Returns:
      The dungeonId.
    • getRetcode

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