Package emu.grasscutter.net.proto
Interface ChannellerSlabLoopDungeonInfoOuterClass.ChannellerSlabLoopDungeonInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannellerSlabLoopDungeonInfoOuterClass.ChannellerSlabLoopDungeonInfo,ChannellerSlabLoopDungeonInfoOuterClass.ChannellerSlabLoopDungeonInfo.Builder
- Enclosing class:
- ChannellerSlabLoopDungeonInfoOuterClass
public static interface ChannellerSlabLoopDungeonInfoOuterClass.ChannellerSlabLoopDungeonInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_index = 5;booleanbool is_first_pass_reward_taken = 11;booleanbool is_open = 8;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 = 15;intgetScore()uint32 score = 2;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
-
getIsOpen
boolean getIsOpen()bool is_open = 8;- Returns:
- The isOpen.
-
getOpenTime
int getOpenTime()uint32 open_time = 15;- Returns:
- The openTime.
-
getIsFirstPassRewardTaken
boolean getIsFirstPassRewardTaken()bool is_first_pass_reward_taken = 11;- Returns:
- The isFirstPassRewardTaken.
-
getScore
int getScore()uint32 score = 2;- Returns:
- The score.
-
getDungeonIndex
int getDungeonIndex()uint32 dungeon_index = 5;- Returns:
- The dungeonIndex.
-
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.
-