Package emu.grasscutter.net.proto
Interface RegionSearchOuterClass.RegionSearchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionSearchOuterClass.RegionSearch,RegionSearchOuterClass.RegionSearch.Builder
- Enclosing class:
- RegionSearchOuterClass
public static interface RegionSearchOuterClass.RegionSearchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_entered = 6;intuint32 progress = 5;intuint32 region_search_id = 1;getState().RegionSearchState state = 2;int.RegionSearchState state = 2;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
-
getStateValue
int getStateValue().RegionSearchState state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
.RegionSearchState state = 2;- Returns:
- The state.
-
getIsEntered
boolean getIsEntered()bool is_entered = 6;- Returns:
- The isEntered.
-
getProgress
int getProgress()uint32 progress = 5;- Returns:
- The progress.
-
getRegionSearchId
int getRegionSearchId()uint32 region_search_id = 1;- Returns:
- The regionSearchId.
-