Package emu.grasscutter.net.proto
Interface GCGWorldChallengeUnlockNotifyOuterClass.GCGWorldChallengeUnlockNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGWorldChallengeUnlockNotifyOuterClass.GCGWorldChallengeUnlockNotify,GCGWorldChallengeUnlockNotifyOuterClass.GCGWorldChallengeUnlockNotify.Builder
- Enclosing class:
- GCGWorldChallengeUnlockNotifyOuterClass
public static interface GCGWorldChallengeUnlockNotifyOuterClass.GCGWorldChallengeUnlockNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetUnlockIdList(int index) repeated uint32 unlock_id_list = 6;intrepeated uint32 unlock_id_list = 6;repeated uint32 unlock_id_list = 6;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
-
getUnlockIdListList
repeated uint32 unlock_id_list = 6;- Returns:
- A list containing the unlockIdList.
-
getUnlockIdListCount
int getUnlockIdListCount()repeated uint32 unlock_id_list = 6;- Returns:
- The count of unlockIdList.
-
getUnlockIdList
int getUnlockIdList(int index) repeated uint32 unlock_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The unlockIdList at the given index.
-