Package emu.grasscutter.net.proto
Interface SceneGalleryProgressInfoOuterClass.SceneGalleryProgressInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryProgressInfoOuterClass.SceneGalleryProgressInfo,SceneGalleryProgressInfoOuterClass.SceneGalleryProgressInfo.Builder
- Enclosing class:
- SceneGalleryProgressInfoOuterClass
public static interface SceneGalleryProgressInfoOuterClass.SceneGalleryProgressInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()string key = 3;com.google.protobuf.ByteStringstring key = 3;intuint32 progress = 13;intgetProgressStageList(int index) repeated uint32 progress_stage_list = 7;intrepeated uint32 progress_stage_list = 7;repeated uint32 progress_stage_list = 7;intuint32 ui_form = 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
-
getKey
String getKey()string key = 3;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 3;- Returns:
- The bytes for key.
-
getUiForm
int getUiForm()uint32 ui_form = 12;- Returns:
- The uiForm.
-
getProgressStageListList
repeated uint32 progress_stage_list = 7;- Returns:
- A list containing the progressStageList.
-
getProgressStageListCount
int getProgressStageListCount()repeated uint32 progress_stage_list = 7;- Returns:
- The count of progressStageList.
-
getProgressStageList
int getProgressStageList(int index) repeated uint32 progress_stage_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The progressStageList at the given index.
-
getProgress
int getProgress()uint32 progress = 13;- Returns:
- The progress.
-