Package emu.grasscutter.net.proto
Interface ChannelerSlabLoopDungeonInfoOuterClass.ChannelerSlabLoopDungeonInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelerSlabLoopDungeonInfoOuterClass.ChannelerSlabLoopDungeonInfo,ChannelerSlabLoopDungeonInfoOuterClass.ChannelerSlabLoopDungeonInfo.Builder
- Enclosing class:
- ChannelerSlabLoopDungeonInfoOuterClass
public static interface ChannelerSlabLoopDungeonInfoOuterClass.ChannelerSlabLoopDungeonInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_index = 1;booleanbool is_first_pass_reward_taken = 9;booleanbool is_open = 4;intgetLastConditionIdList(int index) repeated uint32 last_condition_id_list = 10;intrepeated uint32 last_condition_id_list = 10;repeated uint32 last_condition_id_list = 10;intuint32 open_time = 13;intgetScore()uint32 score = 7;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
-
getIsFirstPassRewardTaken
boolean getIsFirstPassRewardTaken()bool is_first_pass_reward_taken = 9;- Returns:
- The isFirstPassRewardTaken.
-
getScore
int getScore()uint32 score = 7;- Returns:
- The score.
-
getLastConditionIdListList
repeated uint32 last_condition_id_list = 10;- Returns:
- A list containing the lastConditionIdList.
-
getLastConditionIdListCount
int getLastConditionIdListCount()repeated uint32 last_condition_id_list = 10;- Returns:
- The count of lastConditionIdList.
-
getLastConditionIdList
int getLastConditionIdList(int index) repeated uint32 last_condition_id_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The lastConditionIdList at the given index.
-
getDungeonIndex
int getDungeonIndex()uint32 dungeon_index = 1;- Returns:
- The dungeonIndex.
-
getIsOpen
boolean getIsOpen()bool is_open = 4;- Returns:
- The isOpen.
-
getOpenTime
int getOpenTime()uint32 open_time = 13;- Returns:
- The openTime.
-