Package emu.grasscutter.net.proto
Interface GetSceneAreaRspOuterClass.GetSceneAreaRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSceneAreaRspOuterClass.GetSceneAreaRsp,GetSceneAreaRspOuterClass.GetSceneAreaRsp.Builder
- Enclosing class:
- GetSceneAreaRspOuterClass
public static interface GetSceneAreaRspOuterClass.GetSceneAreaRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAreaIdList(int index) repeated uint32 area_id_list = 14;intrepeated uint32 area_id_list = 14;repeated uint32 area_id_list = 14;getCityInfoList(int index) repeated .CityInfo city_info_list = 15;intrepeated .CityInfo city_info_list = 15;repeated .CityInfo city_info_list = 15;getCityInfoListOrBuilder(int index) repeated .CityInfo city_info_list = 15;List<? extends CityInfoOuterClass.CityInfoOrBuilder>repeated .CityInfo city_info_list = 15;intint32 retcode = 6;intuint32 scene_id = 4;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
-
getSceneId
int getSceneId()uint32 scene_id = 4;- Returns:
- The sceneId.
-
getAreaIdListList
repeated uint32 area_id_list = 14;- Returns:
- A list containing the areaIdList.
-
getAreaIdListCount
int getAreaIdListCount()repeated uint32 area_id_list = 14;- Returns:
- The count of areaIdList.
-
getAreaIdList
int getAreaIdList(int index) repeated uint32 area_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The areaIdList at the given index.
-
getCityInfoListList
List<CityInfoOuterClass.CityInfo> getCityInfoListList()repeated .CityInfo city_info_list = 15; -
getCityInfoList
repeated .CityInfo city_info_list = 15; -
getCityInfoListCount
int getCityInfoListCount()repeated .CityInfo city_info_list = 15; -
getCityInfoListOrBuilderList
List<? extends CityInfoOuterClass.CityInfoOrBuilder> getCityInfoListOrBuilderList()repeated .CityInfo city_info_list = 15; -
getCityInfoListOrBuilder
repeated .CityInfo city_info_list = 15; -
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-