Package emu.grasscutter.net.proto
Interface GetAreaExplorePointReqOuterClass.GetAreaExplorePointReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAreaExplorePointReqOuterClass.GetAreaExplorePointReq,GetAreaExplorePointReqOuterClass.GetAreaExplorePointReq.Builder
- Enclosing class:
- GetAreaExplorePointReqOuterClass
public static interface GetAreaExplorePointReqOuterClass.GetAreaExplorePointReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAreaIdList(int index) repeated uint32 area_id_list = 12;intrepeated uint32 area_id_list = 12;repeated uint32 area_id_list = 12;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
-
getAreaIdListList
repeated uint32 area_id_list = 12;- Returns:
- A list containing the areaIdList.
-
getAreaIdListCount
int getAreaIdListCount()repeated uint32 area_id_list = 12;- Returns:
- The count of areaIdList.
-
getAreaIdList
int getAreaIdList(int index) repeated uint32 area_id_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The areaIdList at the given index.
-