Package emu.grasscutter.net.proto
Interface TakeCityReputationExploreRewardReqOuterClass.TakeCityReputationExploreRewardReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeCityReputationExploreRewardReqOuterClass.TakeCityReputationExploreRewardReq,TakeCityReputationExploreRewardReqOuterClass.TakeCityReputationExploreRewardReq.Builder
- Enclosing class:
- TakeCityReputationExploreRewardReqOuterClass
public static interface TakeCityReputationExploreRewardReqOuterClass.TakeCityReputationExploreRewardReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 city_id = 3;intgetExploreIdList(int index) repeated uint32 explore_id_list = 5;intrepeated uint32 explore_id_list = 5;repeated uint32 explore_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
-
getExploreIdListList
repeated uint32 explore_id_list = 5;- Returns:
- A list containing the exploreIdList.
-
getExploreIdListCount
int getExploreIdListCount()repeated uint32 explore_id_list = 5;- Returns:
- The count of exploreIdList.
-
getExploreIdList
int getExploreIdList(int index) repeated uint32 explore_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The exploreIdList at the given index.
-
getCityId
int getCityId()uint32 city_id = 3;- Returns:
- The cityId.
-