Package emu.grasscutter.net.proto
Interface LanternProjectionLevelInfoOuterClass.LanternProjectionLevelInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LanternProjectionLevelInfoOuterClass.LanternProjectionLevelInfo,LanternProjectionLevelInfoOuterClass.LanternProjectionLevelInfo.Builder
- Enclosing class:
- LanternProjectionLevelInfoOuterClass
public static interface LanternProjectionLevelInfoOuterClass.LanternProjectionLevelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 5;booleanbool is_can_start = 6;booleanbool is_finished = 1;booleanbool is_show_tips = 15;intuint32 min_finish_time = 8;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
-
getId
int getId()uint32 id = 5;- Returns:
- The id.
-
getIsFinished
boolean getIsFinished()bool is_finished = 1;- Returns:
- The isFinished.
-
getIsShowTips
boolean getIsShowTips()bool is_show_tips = 15;- Returns:
- The isShowTips.
-
getMinFinishTime
int getMinFinishTime()uint32 min_finish_time = 8;- Returns:
- The minFinishTime.
-
getIsCanStart
boolean getIsCanStart()bool is_can_start = 6;- Returns:
- The isCanStart.
-