Package emu.grasscutter.net.proto
Interface GCGBossChallengeDataOuterClass.GCGBossChallengeDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGBossChallengeDataOuterClass.GCGBossChallengeData,GCGBossChallengeDataOuterClass.GCGBossChallengeData.Builder
- Enclosing class:
- GCGBossChallengeDataOuterClass
public static interface GCGBossChallengeDataOuterClass.GCGBossChallengeDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 10;intgetUnlockLevelIdList(int index) repeated uint32 unlock_level_id_list = 3;intrepeated uint32 unlock_level_id_list = 3;repeated uint32 unlock_level_id_list = 3;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
-
getUnlockLevelIdListList
repeated uint32 unlock_level_id_list = 3;- Returns:
- A list containing the unlockLevelIdList.
-
getUnlockLevelIdListCount
int getUnlockLevelIdListCount()repeated uint32 unlock_level_id_list = 3;- Returns:
- The count of unlockLevelIdList.
-
getUnlockLevelIdList
int getUnlockLevelIdList(int index) repeated uint32 unlock_level_id_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The unlockLevelIdList at the given index.
-
getId
int getId()uint32 id = 10;- Returns:
- The id.
-