Package emu.grasscutter.net.proto
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsStrengthenPointDataMap(int key) map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;.PlayerDieType die_type = 4;int.PlayerDieType die_type = 4;intuint32 dungeon_id = 13;intuint32 gadget_id = 9;intuint32 monster_id = 14;intuint32 murderer_entity_id = 6;intuint32 revive_count = 11;Deprecated.intmap<uint32, .StrengthenPointData> strengthen_point_data_map = 2;map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;getStrengthenPointDataMapOrDefault(int key, StrengthenPointDataOuterClass.StrengthenPointData defaultValue) map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;getStrengthenPointDataMapOrThrow(int key) map<uint32, .StrengthenPointData> strengthen_point_data_map = 2;intuint32 wait_time = 1;booleanuint32 gadget_id = 9;booleanuint32 monster_id = 14;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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 Map<Integer,StrengthenPointDataOuterClass.StrengthenPointData> getStrengthenPointDataMap()Deprecated.UsegetStrengthenPointDataMapMap()instead. -
getStrengthenPointDataMapMap
Map<Integer,StrengthenPointDataOuterClass.StrengthenPointData> getStrengthenPointDataMapMap()map<uint32, .StrengthenPointData> strengthen_point_data_map = 2; -
getStrengthenPointDataMapOrDefault
StrengthenPointDataOuterClass.StrengthenPointData getStrengthenPointDataMapOrDefault(int key, StrengthenPointDataOuterClass.StrengthenPointData defaultValue) map<uint32, .StrengthenPointData> strengthen_point_data_map = 2; -
getStrengthenPointDataMapOrThrow
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
PlayerDieTypeOuterClass.PlayerDieType 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
-