Package emu.grasscutter.net.proto
Interface GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp,GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.Builder
- Enclosing class:
- GetInvestigationMonsterRspOuterClass
public static interface GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_for_mark = 14;getMonsterList(int index) repeated .InvestigationMonster monster_list = 10;intrepeated .InvestigationMonster monster_list = 10;repeated .InvestigationMonster monster_list = 10;getMonsterListOrBuilder(int index) repeated .InvestigationMonster monster_list = 10;repeated .InvestigationMonster monster_list = 10;intint32 retcode = 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
-
getIsForMark
boolean getIsForMark()bool is_for_mark = 14;- Returns:
- The isForMark.
-
getMonsterListList
List<InvestigationMonsterOuterClass.InvestigationMonster> getMonsterListList()repeated .InvestigationMonster monster_list = 10; -
getMonsterList
repeated .InvestigationMonster monster_list = 10; -
getMonsterListCount
int getMonsterListCount()repeated .InvestigationMonster monster_list = 10; -
getMonsterListOrBuilderList
List<? extends InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder> getMonsterListOrBuilderList()repeated .InvestigationMonster monster_list = 10; -
getMonsterListOrBuilder
repeated .InvestigationMonster monster_list = 10; -
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-