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 = 9;intrepeated uint32 area_id_list = 9;repeated uint32 area_id_list = 9;getCityInfoList(int index) repeated .CityInfo city_info_list = 12;intrepeated .CityInfo city_info_list = 12;repeated .CityInfo city_info_list = 12;getCityInfoListOrBuilder(int index) repeated .CityInfo city_info_list = 12;List<? extends CityInfoOuterClass.CityInfoOrBuilder>repeated .CityInfo city_info_list = 12;intint32 retcode = 2;intuint32 scene_id = 11;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 = 11;- Returns:
- The sceneId.
-
getAreaIdListList
repeated uint32 area_id_list = 9;- Returns:
- A list containing the areaIdList.
-
getAreaIdListCount
int getAreaIdListCount()repeated uint32 area_id_list = 9;- Returns:
- The count of areaIdList.
-
getAreaIdList
int getAreaIdList(int index) repeated uint32 area_id_list = 9;- 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 = 12; -
getCityInfoList
repeated .CityInfo city_info_list = 12; -
getCityInfoListCount
int getCityInfoListCount()repeated .CityInfo city_info_list = 12; -
getCityInfoListOrBuilderList
List<? extends CityInfoOuterClass.CityInfoOrBuilder> getCityInfoListOrBuilderList()repeated .CityInfo city_info_list = 12; -
getCityInfoListOrBuilder
repeated .CityInfo city_info_list = 12; -
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-