Package emu.grasscutter.net.proto
Interface HideAndSeekChooseMapRspOuterClass.HideAndSeekChooseMapRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HideAndSeekChooseMapRspOuterClass.HideAndSeekChooseMapRsp,HideAndSeekChooseMapRspOuterClass.HideAndSeekChooseMapRsp.Builder
- Enclosing class:
- HideAndSeekChooseMapRspOuterClass
public static interface HideAndSeekChooseMapRspOuterClass.HideAndSeekChooseMapRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetMapList(int index) repeated uint32 map_list = 11;intrepeated uint32 map_list = 11;repeated uint32 map_list = 11;intint32 retcode = 15;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
-
getMapListList
repeated uint32 map_list = 11;- Returns:
- A list containing the mapList.
-
getMapListCount
int getMapListCount()repeated uint32 map_list = 11;- Returns:
- The count of mapList.
-
getMapList
int getMapList(int index) repeated uint32 map_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The mapList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 15;- Returns:
- The retcode.
-