Package emu.grasscutter.net.proto
Interface HomeNewUnlockedBgmIdListNotifyOuterClass.HomeNewUnlockedBgmIdListNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeNewUnlockedBgmIdListNotifyOuterClass.HomeNewUnlockedBgmIdListNotify,HomeNewUnlockedBgmIdListNotifyOuterClass.HomeNewUnlockedBgmIdListNotify.Builder
- Enclosing class:
- HomeNewUnlockedBgmIdListNotifyOuterClass
public static interface HomeNewUnlockedBgmIdListNotifyOuterClass.HomeNewUnlockedBgmIdListNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetNewUnlockedBgmIdList(int index) repeated uint32 new_unlocked_bgm_id_list = 5;intrepeated uint32 new_unlocked_bgm_id_list = 5;repeated uint32 new_unlocked_bgm_id_list = 5;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
-
getNewUnlockedBgmIdListList
repeated uint32 new_unlocked_bgm_id_list = 5;- Returns:
- A list containing the newUnlockedBgmIdList.
-
getNewUnlockedBgmIdListCount
int getNewUnlockedBgmIdListCount()repeated uint32 new_unlocked_bgm_id_list = 5;- Returns:
- The count of newUnlockedBgmIdList.
-
getNewUnlockedBgmIdList
int getNewUnlockedBgmIdList(int index) repeated uint32 new_unlocked_bgm_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The newUnlockedBgmIdList at the given index.
-