Package emu.grasscutter.net.proto
Interface DungeonSettleNotifyOuterClass.DungeonSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonSettleNotifyOuterClass.DungeonSettleNotify,DungeonSettleNotifyOuterClass.DungeonSettleNotify.Builder
- Enclosing class:
- DungeonSettleNotifyOuterClass
public static interface DungeonSettleNotifyOuterClass.DungeonSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSettleShow(int key) map<uint32, .ParamList> settleShow = 14;booleancontainsStrengthenPointDataMap(int key) map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;intuint32 close_time = 11;intuint32 createPlayerUid = 10;intuint32 dungeon_id = 4;intgetFailCondList(int index) repeated uint32 fail_cond_list = 3;intrepeated uint32 fail_cond_list = 3;repeated uint32 fail_cond_list = 3;booleanbool is_success = 15;intuint32 result = 12;Deprecated.intmap<uint32, .ParamList> settleShow = 14;map<uint32, .ParamList> settleShow = 14;getSettleShowOrDefault(int key, ParamListOuterClass.ParamList defaultValue) map<uint32, .ParamList> settleShow = 14;getSettleShowOrThrow(int key) map<uint32, .ParamList> settleShow = 14;Deprecated.intmap<uint32, .StrengthenPointData> strengthen_point_data_map = 9;map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;getStrengthenPointDataMapOrDefault(int key, StrengthenPointDataOuterClass.StrengthenPointData defaultValue) map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;getStrengthenPointDataMapOrThrow(int key) map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;Type EventType Event.TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;.TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;intuint32 use_time = 7;booleanType Eventboolean.TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;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
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 4;- Returns:
- The dungeonId.
-
getUseTime
int getUseTime()uint32 use_time = 7;- Returns:
- The useTime.
-
getCloseTime
int getCloseTime()uint32 close_time = 11;- Returns:
- The closeTime.
-
getCreatePlayerUid
int getCreatePlayerUid()uint32 createPlayerUid = 10;- Returns:
- The createPlayerUid.
-
getFailCondListList
repeated uint32 fail_cond_list = 3;- Returns:
- A list containing the failCondList.
-
getFailCondListCount
int getFailCondListCount()repeated uint32 fail_cond_list = 3;- Returns:
- The count of failCondList.
-
getFailCondList
int getFailCondList(int index) repeated uint32 fail_cond_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The failCondList at the given index.
-
getSettleShowCount
int getSettleShowCount()map<uint32, .ParamList> settleShow = 14; -
containsSettleShow
boolean containsSettleShow(int key) map<uint32, .ParamList> settleShow = 14; -
getSettleShow
Deprecated.UsegetSettleShowMap()instead. -
getSettleShowMap
Map<Integer,ParamListOuterClass.ParamList> getSettleShowMap()map<uint32, .ParamList> settleShow = 14; -
getSettleShowOrDefault
ParamListOuterClass.ParamList getSettleShowOrDefault(int key, ParamListOuterClass.ParamList defaultValue) map<uint32, .ParamList> settleShow = 14; -
getSettleShowOrThrow
map<uint32, .ParamList> settleShow = 14; -
getStrengthenPointDataMapCount
int getStrengthenPointDataMapCount()map<uint32, .StrengthenPointData> strengthen_point_data_map = 9; -
containsStrengthenPointDataMap
boolean containsStrengthenPointDataMap(int key) map<uint32, .StrengthenPointData> strengthen_point_data_map = 9; -
getStrengthenPointDataMap
@Deprecated Map<Integer,StrengthenPointDataOuterClass.StrengthenPointData> getStrengthenPointDataMap()Deprecated.UsegetStrengthenPointDataMapMap()instead. -
getStrengthenPointDataMapMap
Map<Integer,StrengthenPointDataOuterClass.StrengthenPointData> getStrengthenPointDataMapMap()map<uint32, .StrengthenPointData> strengthen_point_data_map = 9; -
getStrengthenPointDataMapOrDefault
StrengthenPointDataOuterClass.StrengthenPointData getStrengthenPointDataMapOrDefault(int key, StrengthenPointDataOuterClass.StrengthenPointData defaultValue) map<uint32, .StrengthenPointData> strengthen_point_data_map = 9; -
getStrengthenPointDataMapOrThrow
map<uint32, .StrengthenPointData> strengthen_point_data_map = 9; -
getIsSuccess
boolean getIsSuccess()bool is_success = 15;- Returns:
- The isSuccess.
-
getResult
int getResult()uint32 result = 12;- Returns:
- The result.
-
hasTowerLevelEndNotify
boolean hasTowerLevelEndNotify()Type Event
.TowerLevelEndNotify tower_level_end_notify = 771;- Returns:
- Whether the towerLevelEndNotify field is set.
-
getTowerLevelEndNotify
TowerLevelEndNotifyOuterClass.TowerLevelEndNotify getTowerLevelEndNotify()Type Event
.TowerLevelEndNotify tower_level_end_notify = 771;- Returns:
- The towerLevelEndNotify.
-
getTowerLevelEndNotifyOrBuilder
TowerLevelEndNotifyOuterClass.TowerLevelEndNotifyOrBuilder getTowerLevelEndNotifyOrBuilder()Type Event
.TowerLevelEndNotify tower_level_end_notify = 771; -
hasTrialAvatarFirstPassDungeonNotify
boolean hasTrialAvatarFirstPassDungeonNotify().TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;- Returns:
- Whether the trialAvatarFirstPassDungeonNotify field is set.
-
getTrialAvatarFirstPassDungeonNotify
TrialAvatarFirstPassDungeonNotifyOuterClass.TrialAvatarFirstPassDungeonNotify getTrialAvatarFirstPassDungeonNotify().TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;- Returns:
- The trialAvatarFirstPassDungeonNotify.
-
getTrialAvatarFirstPassDungeonNotifyOrBuilder
TrialAvatarFirstPassDungeonNotifyOuterClass.TrialAvatarFirstPassDungeonNotifyOrBuilder getTrialAvatarFirstPassDungeonNotifyOrBuilder().TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626; -
getDetailCase
DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase getDetailCase()
-