Package emu.grasscutter.net.proto
Interface DuelHeartLevelInfoOuterClass.DuelHeartLevelInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DuelHeartLevelInfoOuterClass.DuelHeartLevelInfo,DuelHeartLevelInfoOuterClass.DuelHeartLevelInfo.Builder
- Enclosing class:
- DuelHeartLevelInfoOuterClass
public static interface DuelHeartLevelInfoOuterClass.DuelHeartLevelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDifficultyInfoList(int index) repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15;intrepeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15;repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15;getDifficultyInfoListOrBuilder(int index) repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15;repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15;booleanbool is_cg_viewed = 4;booleanbool is_open = 10;intuint32 level_id = 9;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
-
getDifficultyInfoListList
List<DuelHeartLevelDifficultyInfoOuterClass.DuelHeartLevelDifficultyInfo> getDifficultyInfoListList()repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15; -
getDifficultyInfoList
DuelHeartLevelDifficultyInfoOuterClass.DuelHeartLevelDifficultyInfo getDifficultyInfoList(int index) repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15; -
getDifficultyInfoListCount
int getDifficultyInfoListCount()repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15; -
getDifficultyInfoListOrBuilderList
List<? extends DuelHeartLevelDifficultyInfoOuterClass.DuelHeartLevelDifficultyInfoOrBuilder> getDifficultyInfoListOrBuilderList()repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15; -
getDifficultyInfoListOrBuilder
DuelHeartLevelDifficultyInfoOuterClass.DuelHeartLevelDifficultyInfoOrBuilder getDifficultyInfoListOrBuilder(int index) repeated .DuelHeartLevelDifficultyInfo difficulty_info_list = 15; -
getLevelId
int getLevelId()uint32 level_id = 9;- Returns:
- The levelId.
-
getIsOpen
boolean getIsOpen()bool is_open = 10;- Returns:
- The isOpen.
-
getIsCgViewed
boolean getIsCgViewed()bool is_cg_viewed = 4;- Returns:
- The isCgViewed.
-