Interface EnterCustomDungeonRspOuterClass.EnterCustomDungeonRspOrBuilder

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

public static interface EnterCustomDungeonRspOuterClass.EnterCustomDungeonRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRoomCostMapCount

      int getRoomCostMapCount()
      map<uint32, uint32> room_cost_map = 3;
    • containsRoomCostMap

      boolean containsRoomCostMap(int key)
      map<uint32, uint32> room_cost_map = 3;
    • getRoomCostMap

      @Deprecated Map<Integer,Integer> getRoomCostMap()
      Deprecated.
      Use getRoomCostMapMap() instead.
    • getRoomCostMapMap

      Map<Integer,Integer> getRoomCostMapMap()
      map<uint32, uint32> room_cost_map = 3;
    • getRoomCostMapOrDefault

      int getRoomCostMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> room_cost_map = 3;
    • getRoomCostMapOrThrow

      int getRoomCostMapOrThrow(int key)
      map<uint32, uint32> room_cost_map = 3;
    • getEnterTypeValue

      int getEnterTypeValue()
      .EnterCustomDungeonType enter_type = 15;
      Returns:
      The enum numeric value on the wire for enterType.
    • getEnterType

      .EnterCustomDungeonType enter_type = 15;
      Returns:
      The enterType.
    • hasCustomDungeon

      boolean hasCustomDungeon()
      .CustomDungeon custom_dungeon = 12;
      Returns:
      Whether the customDungeon field is set.
    • getCustomDungeon

      .CustomDungeon custom_dungeon = 12;
      Returns:
      The customDungeon.
    • getCustomDungeonOrBuilder

      .CustomDungeon custom_dungeon = 12;
    • getRetcode

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