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 = 11;intrepeated .Investigation investigation_list = 11;repeated .Investigation investigation_list = 11;getInvestigationListOrBuilder(int index) repeated .Investigation investigation_list = 11;repeated .Investigation investigation_list = 11;getInvestigationTargetList(int index) repeated .InvestigationTarget investigation_target_list = 5;intrepeated .InvestigationTarget investigation_target_list = 5;repeated .InvestigationTarget investigation_target_list = 5;getInvestigationTargetListOrBuilder(int index) repeated .InvestigationTarget investigation_target_list = 5;repeated .InvestigationTarget investigation_target_list = 5;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 = 11; -
getInvestigationList
repeated .Investigation investigation_list = 11; -
getInvestigationListCount
int getInvestigationListCount()repeated .Investigation investigation_list = 11; -
getInvestigationListOrBuilderList
List<? extends InvestigationOuterClass.InvestigationOrBuilder> getInvestigationListOrBuilderList()repeated .Investigation investigation_list = 11; -
getInvestigationListOrBuilder
repeated .Investigation investigation_list = 11; -
getInvestigationTargetListList
List<InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList()repeated .InvestigationTarget investigation_target_list = 5; -
getInvestigationTargetList
repeated .InvestigationTarget investigation_target_list = 5; -
getInvestigationTargetListCount
int getInvestigationTargetListCount()repeated .InvestigationTarget investigation_target_list = 5; -
getInvestigationTargetListOrBuilderList
List<? extends InvestigationTargetOuterClass.InvestigationTargetOrBuilder> getInvestigationTargetListOrBuilderList()repeated .InvestigationTarget investigation_target_list = 5; -
getInvestigationTargetListOrBuilder
InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(int index) repeated .InvestigationTarget investigation_target_list = 5;
-