Interface DungeonPlayerDieNotifyOuterClass.DungeonPlayerDieNotifyOrBuilder

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

public static interface DungeonPlayerDieNotifyOuterClass.DungeonPlayerDieNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMurdererEntityId

      int getMurdererEntityId()
      uint32 murderer_entity_id = 6;
      Returns:
      The murdererEntityId.
    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 13;
      Returns:
      The dungeonId.
    • getStrengthenPointDataMapCount

      int getStrengthenPointDataMapCount()
      map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;
    • containsStrengthenPointDataMap

      boolean containsStrengthenPointDataMap(int key)
      map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;
    • getStrengthenPointDataMap

      Deprecated.
    • getStrengthenPointDataMapMap

      map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;
    • getStrengthenPointDataMapOrDefault

      map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;
    • getStrengthenPointDataMapOrThrow

      StrengthenPointDataOuterClass.StrengthenPointData getStrengthenPointDataMapOrThrow(int key)
      map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;
    • getReviveCount

      int getReviveCount()
      uint32 revive_count = 11;
      Returns:
      The reviveCount.
    • getWaitTime

      int getWaitTime()
      uint32 wait_time = 1;
      Returns:
      The waitTime.
    • getDieTypeValue

      int getDieTypeValue()
      .PlayerDieType die_type = 4;
      Returns:
      The enum numeric value on the wire for dieType.
    • getDieType

      .PlayerDieType die_type = 4;
      Returns:
      The dieType.
    • hasMonsterId

      boolean hasMonsterId()
      uint32 monster_id = 14;
      Returns:
      Whether the monsterId field is set.
    • getMonsterId

      int getMonsterId()
      uint32 monster_id = 14;
      Returns:
      The monsterId.
    • hasGadgetId

      boolean hasGadgetId()
      uint32 gadget_id = 9;
      Returns:
      Whether the gadgetId field is set.
    • getGadgetId

      int getGadgetId()
      uint32 gadget_id = 9;
      Returns:
      The gadgetId.
    • getEntityCase