Package emu.grasscutter.net.proto
Interface DailyTaskUnlockedCitiesNotifyOuterClass.DailyTaskUnlockedCitiesNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DailyTaskUnlockedCitiesNotifyOuterClass.DailyTaskUnlockedCitiesNotify,DailyTaskUnlockedCitiesNotifyOuterClass.DailyTaskUnlockedCitiesNotify.Builder
- Enclosing class:
- DailyTaskUnlockedCitiesNotifyOuterClass
public static interface DailyTaskUnlockedCitiesNotifyOuterClass.DailyTaskUnlockedCitiesNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetUnlockedCityList(int index) repeated uint32 unlocked_city_list = 7;intrepeated uint32 unlocked_city_list = 7;repeated uint32 unlocked_city_list = 7;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
-
getUnlockedCityListList
repeated uint32 unlocked_city_list = 7;- Returns:
- A list containing the unlockedCityList.
-
getUnlockedCityListCount
int getUnlockedCityListCount()repeated uint32 unlocked_city_list = 7;- Returns:
- The count of unlockedCityList.
-
getUnlockedCityList
int getUnlockedCityList(int index) repeated uint32 unlocked_city_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The unlockedCityList at the given index.
-