Package emu.grasscutter.net.proto
Interface GetInvestigationMonsterReqOuterClass.GetInvestigationMonsterReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetInvestigationMonsterReqOuterClass.GetInvestigationMonsterReq,GetInvestigationMonsterReqOuterClass.GetInvestigationMonsterReq.Builder
- Enclosing class:
- GetInvestigationMonsterReqOuterClass
public static interface GetInvestigationMonsterReqOuterClass.GetInvestigationMonsterReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCityIdList(int index) repeated uint32 city_id_list = 6;intrepeated uint32 city_id_list = 6;repeated uint32 city_id_list = 6;booleanbool is_for_mark = 9;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
-
getIsForMark
boolean getIsForMark()bool is_for_mark = 9;- Returns:
- The isForMark.
-
getCityIdListList
repeated uint32 city_id_list = 6;- Returns:
- A list containing the cityIdList.
-
getCityIdListCount
int getCityIdListCount()repeated uint32 city_id_list = 6;- Returns:
- The count of cityIdList.
-
getCityIdList
int getCityIdList(int index) repeated uint32 city_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The cityIdList at the given index.
-