Package emu.grasscutter.net.proto
Interface PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify,PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.Builder
- Enclosing class:
- PlayerInvestigationAllInfoNotifyOuterClass
public static interface PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInvestigationList(int index) repeated .Investigation investigation_list = 4;intrepeated .Investigation investigation_list = 4;repeated .Investigation investigation_list = 4;getInvestigationListOrBuilder(int index) repeated .Investigation investigation_list = 4;repeated .Investigation investigation_list = 4;getInvestigationTargetList(int index) repeated .InvestigationTarget investigation_target_list = 12;intrepeated .InvestigationTarget investigation_target_list = 12;repeated .InvestigationTarget investigation_target_list = 12;getInvestigationTargetListOrBuilder(int index) repeated .InvestigationTarget investigation_target_list = 12;repeated .InvestigationTarget investigation_target_list = 12;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
-
getInvestigationListList
List<InvestigationOuterClass.Investigation> getInvestigationListList()repeated .Investigation investigation_list = 4; -
getInvestigationList
repeated .Investigation investigation_list = 4; -
getInvestigationListCount
int getInvestigationListCount()repeated .Investigation investigation_list = 4; -
getInvestigationListOrBuilderList
List<? extends InvestigationOuterClass.InvestigationOrBuilder> getInvestigationListOrBuilderList()repeated .Investigation investigation_list = 4; -
getInvestigationListOrBuilder
repeated .Investigation investigation_list = 4; -
getInvestigationTargetListList
List<InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList()repeated .InvestigationTarget investigation_target_list = 12; -
getInvestigationTargetList
repeated .InvestigationTarget investigation_target_list = 12; -
getInvestigationTargetListCount
int getInvestigationTargetListCount()repeated .InvestigationTarget investigation_target_list = 12; -
getInvestigationTargetListOrBuilderList
List<? extends InvestigationTargetOuterClass.InvestigationTargetOrBuilder> getInvestigationTargetListOrBuilderList()repeated .InvestigationTarget investigation_target_list = 12; -
getInvestigationTargetListOrBuilder
InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(int index) repeated .InvestigationTarget investigation_target_list = 12;
-