Package emu.grasscutter.net.proto
Interface PlayerInvestigationTargetNotifyOuterClass.PlayerInvestigationTargetNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerInvestigationTargetNotifyOuterClass.PlayerInvestigationTargetNotify,PlayerInvestigationTargetNotifyOuterClass.PlayerInvestigationTargetNotify.Builder
- Enclosing class:
- PlayerInvestigationTargetNotifyOuterClass
public static interface PlayerInvestigationTargetNotifyOuterClass.PlayerInvestigationTargetNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInvestigationTargetList(int index) repeated .InvestigationTarget investigation_target_list = 6;intrepeated .InvestigationTarget investigation_target_list = 6;repeated .InvestigationTarget investigation_target_list = 6;getInvestigationTargetListOrBuilder(int index) repeated .InvestigationTarget investigation_target_list = 6;repeated .InvestigationTarget investigation_target_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
-
getInvestigationTargetListList
List<InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList()repeated .InvestigationTarget investigation_target_list = 6; -
getInvestigationTargetList
repeated .InvestigationTarget investigation_target_list = 6; -
getInvestigationTargetListCount
int getInvestigationTargetListCount()repeated .InvestigationTarget investigation_target_list = 6; -
getInvestigationTargetListOrBuilderList
List<? extends InvestigationTargetOuterClass.InvestigationTargetOrBuilder> getInvestigationTargetListOrBuilderList()repeated .InvestigationTarget investigation_target_list = 6; -
getInvestigationTargetListOrBuilder
InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(int index) repeated .InvestigationTarget investigation_target_list = 6;
-