Package emu.grasscutter.net.proto
Interface InvestigationOuterClass.InvestigationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvestigationOuterClass.Investigation,InvestigationOuterClass.Investigation.Builder
- Enclosing class:
- InvestigationOuterClass
public static interface InvestigationOuterClass.InvestigationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getTotalProgress
int getTotalProgress()uint32 total_progress = 11;- Returns:
- The totalProgress.
-
getStateValue
int getStateValue().Investigation.State state = 8;- Returns:
- The enum numeric value on the wire for state.
-
getState
InvestigationOuterClass.Investigation.State getState().Investigation.State state = 8;- Returns:
- The state.
-
getId
int getId()uint32 id = 3;- Returns:
- The id.
-
getProgress
int getProgress()uint32 progress = 15;- Returns:
- The progress.
-