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 = 12;intrepeated .Investigation investigation_list = 12;repeated .Investigation investigation_list = 12;getInvestigationListOrBuilder(int index) repeated .Investigation investigation_list = 12;repeated .Investigation investigation_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 = 12; -
getInvestigationList
repeated .Investigation investigation_list = 12; -
getInvestigationListCount
int getInvestigationListCount()repeated .Investigation investigation_list = 12; -
getInvestigationListOrBuilderList
List<? extends InvestigationOuterClass.InvestigationOrBuilder> getInvestigationListOrBuilderList()repeated .Investigation investigation_list = 12; -
getInvestigationListOrBuilder
repeated .Investigation investigation_list = 12;
-