Package emu.grasscutter.net.proto
Interface PlayerInvestigationNotifyOuterClass.PlayerInvestigationNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerInvestigationNotifyOuterClass.PlayerInvestigationNotify,PlayerInvestigationNotifyOuterClass.PlayerInvestigationNotify.Builder
- Enclosing class:
- PlayerInvestigationNotifyOuterClass
public static interface PlayerInvestigationNotifyOuterClass.PlayerInvestigationNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInvestigationList(int index) repeated .Investigation investigation_list = 9;intrepeated .Investigation investigation_list = 9;repeated .Investigation investigation_list = 9;getInvestigationListOrBuilder(int index) repeated .Investigation investigation_list = 9;repeated .Investigation investigation_list = 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
-
getInvestigationListList
List<InvestigationOuterClass.Investigation> getInvestigationListList()repeated .Investigation investigation_list = 9; -
getInvestigationList
repeated .Investigation investigation_list = 9; -
getInvestigationListCount
int getInvestigationListCount()repeated .Investigation investigation_list = 9; -
getInvestigationListOrBuilderList
List<? extends InvestigationOuterClass.InvestigationOrBuilder> getInvestigationListOrBuilderList()repeated .Investigation investigation_list = 9; -
getInvestigationListOrBuilder
repeated .Investigation investigation_list = 9;
-