Package emu.grasscutter.net.proto
Interface CKMJBOGJFMBOuterClass.CKMJBOGJFMBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CKMJBOGJFMBOuterClass.CKMJBOGJFMB,CKMJBOGJFMBOuterClass.CKMJBOGJFMB.Builder
- Enclosing class:
- CKMJBOGJFMBOuterClass
public static interface CKMJBOGJFMBOuterClass.CKMJBOGJFMBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 best_score = 3;booleanbool is_finish = 15;booleanbool is_open = 13;intuint32 level_id = 7;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
-
getLevelId
int getLevelId()uint32 level_id = 7;- Returns:
- The levelId.
-
getIsOpen
boolean getIsOpen()bool is_open = 13;- Returns:
- The isOpen.
-
getIsFinish
boolean getIsFinish()bool is_finish = 15;- Returns:
- The isFinish.
-
getBestScore
int getBestScore()uint32 best_score = 3;- Returns:
- The bestScore.
-