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 = 13;intrepeated uint32 new_unlocked_bgm_id_list = 13;repeated uint32 new_unlocked_bgm_id_list = 13;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 = 13;- Returns:
- A list containing the newUnlockedBgmIdList.
-
getNewUnlockedBgmIdListCount
int getNewUnlockedBgmIdListCount()repeated uint32 new_unlocked_bgm_id_list = 13;- Returns:
- The count of newUnlockedBgmIdList.
-
getNewUnlockedBgmIdList
int getNewUnlockedBgmIdList(int index) repeated uint32 new_unlocked_bgm_id_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The newUnlockedBgmIdList at the given index.
-