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