Package emu.grasscutter.net.proto
Interface GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo,GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder
- Enclosing class:
- GravenInnocencePhotoStageInfoOuterClass
public static interface GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_finished = 8;booleanbool is_open = 10;intuint32 stage_id = 11;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
-
getStageId
int getStageId()uint32 stage_id = 11;- Returns:
- The stageId.
-
getIsOpen
boolean getIsOpen()bool is_open = 10;- Returns:
- The isOpen.
-
getIsFinished
boolean getIsFinished()bool is_finished = 8;- Returns:
- The isFinished.
-