Package emu.grasscutter.net.proto
Interface HomeAllUnlockedBgmIdListNotifyOuterClass.HomeAllUnlockedBgmIdListNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeAllUnlockedBgmIdListNotifyOuterClass.HomeAllUnlockedBgmIdListNotify,HomeAllUnlockedBgmIdListNotifyOuterClass.HomeAllUnlockedBgmIdListNotify.Builder
- Enclosing class:
- HomeAllUnlockedBgmIdListNotifyOuterClass
public static interface HomeAllUnlockedBgmIdListNotifyOuterClass.HomeAllUnlockedBgmIdListNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAllUnlockedBgmIdList(int index) repeated uint32 all_unlocked_bgm_id_list = 6;intrepeated uint32 all_unlocked_bgm_id_list = 6;repeated uint32 all_unlocked_bgm_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
-
getAllUnlockedBgmIdListList
repeated uint32 all_unlocked_bgm_id_list = 6;- Returns:
- A list containing the allUnlockedBgmIdList.
-
getAllUnlockedBgmIdListCount
int getAllUnlockedBgmIdListCount()repeated uint32 all_unlocked_bgm_id_list = 6;- Returns:
- The count of allUnlockedBgmIdList.
-
getAllUnlockedBgmIdList
int getAllUnlockedBgmIdList(int index) repeated uint32 all_unlocked_bgm_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The allUnlockedBgmIdList at the given index.
-