Package emu.grasscutter.net.proto
Interface GetAreaExplorePointRspOuterClass.GetAreaExplorePointRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAreaExplorePointRspOuterClass.GetAreaExplorePointRsp,GetAreaExplorePointRspOuterClass.GetAreaExplorePointRsp.Builder
- Enclosing class:
- GetAreaExplorePointRspOuterClass
public static interface GetAreaExplorePointRspOuterClass.GetAreaExplorePointRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAreaIdList(int index) repeated uint32 area_id_list = 11;intrepeated uint32 area_id_list = 11;repeated uint32 area_id_list = 11;intgetExplorePointList(int index) repeated uint32 explore_point_list = 4;intrepeated uint32 explore_point_list = 4;repeated uint32 explore_point_list = 4;intint32 retcode = 2;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
-
getExplorePointListList
repeated uint32 explore_point_list = 4;- Returns:
- A list containing the explorePointList.
-
getExplorePointListCount
int getExplorePointListCount()repeated uint32 explore_point_list = 4;- Returns:
- The count of explorePointList.
-
getExplorePointList
int getExplorePointList(int index) repeated uint32 explore_point_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The explorePointList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-
getAreaIdListList
repeated uint32 area_id_list = 11;- Returns:
- A list containing the areaIdList.
-
getAreaIdListCount
int getAreaIdListCount()repeated uint32 area_id_list = 11;- Returns:
- The count of areaIdList.
-
getAreaIdList
int getAreaIdList(int index) repeated uint32 area_id_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The areaIdList at the given index.
-