Package emu.grasscutter.net.proto
Interface InvestigationTargetOuterClass.InvestigationTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvestigationTargetOuterClass.InvestigationTarget,InvestigationTargetOuterClass.InvestigationTarget.Builder
- Enclosing class:
- InvestigationTargetOuterClass
public static interface InvestigationTargetOuterClass.InvestigationTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 investigation_id = 3;intuint32 progress = 15;intuint32 quest_id = 4;getState().InvestigationTarget.State state = 9;int.InvestigationTarget.State state = 9;intuint32 total_progress = 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
-
getInvestigationId
int getInvestigationId()uint32 investigation_id = 3;- Returns:
- The investigationId.
-
getTotalProgress
int getTotalProgress()uint32 total_progress = 5;- Returns:
- The totalProgress.
-
getProgress
int getProgress()uint32 progress = 15;- Returns:
- The progress.
-
getQuestId
int getQuestId()uint32 quest_id = 4;- Returns:
- The questId.
-
getStateValue
int getStateValue().InvestigationTarget.State state = 9;- Returns:
- The enum numeric value on the wire for state.
-
getState
.InvestigationTarget.State state = 9;- Returns:
- The state.
-