Package emu.grasscutter.net.proto
Interface GadgetPlayInfoOuterClass.GadgetPlayInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetPlayInfoOuterClass.GadgetPlayInfo,GadgetPlayInfoOuterClass.GadgetPlayInfo.Builder
- Enclosing class:
- GadgetPlayInfoOuterClass
public static interface GadgetPlayInfoOuterClass.GadgetPlayInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GadgetCrucibleInfo crucible_info = 21;.GadgetCrucibleInfo crucible_info = 21;intuint32 duration = 2;intuint32 play_type = 1;intuint32 progress = 6;intgetProgressStageList(int index) repeated uint32 progress_stage_list = 3;intrepeated uint32 progress_stage_list = 3;repeated uint32 progress_stage_list = 3;intuint32 start_cd = 4;intuint32 start_time = 5;boolean.GadgetCrucibleInfo crucible_info = 21;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
-
getPlayType
int getPlayType()uint32 play_type = 1;- Returns:
- The playType.
-
getDuration
int getDuration()uint32 duration = 2;- Returns:
- The duration.
-
getProgressStageListList
repeated uint32 progress_stage_list = 3;- Returns:
- A list containing the progressStageList.
-
getProgressStageListCount
int getProgressStageListCount()repeated uint32 progress_stage_list = 3;- Returns:
- The count of progressStageList.
-
getProgressStageList
int getProgressStageList(int index) repeated uint32 progress_stage_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The progressStageList at the given index.
-
getStartCd
int getStartCd()uint32 start_cd = 4;- Returns:
- The startCd.
-
getStartTime
int getStartTime()uint32 start_time = 5;- Returns:
- The startTime.
-
getProgress
int getProgress()uint32 progress = 6;- Returns:
- The progress.
-
hasCrucibleInfo
boolean hasCrucibleInfo().GadgetCrucibleInfo crucible_info = 21;- Returns:
- Whether the crucibleInfo field is set.
-
getCrucibleInfo
GadgetCrucibleInfoOuterClass.GadgetCrucibleInfo getCrucibleInfo().GadgetCrucibleInfo crucible_info = 21;- Returns:
- The crucibleInfo.
-
getCrucibleInfoOrBuilder
GadgetCrucibleInfoOuterClass.GadgetCrucibleInfoOrBuilder getCrucibleInfoOrBuilder().GadgetCrucibleInfo crucible_info = 21; -
getPlayInfoCase
GadgetPlayInfoOuterClass.GadgetPlayInfo.PlayInfoCase getPlayInfoCase()
-