Package emu.grasscutter.net.proto
Interface BartenderLevelProgressNotifyOuterClass.BartenderLevelProgressNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BartenderLevelProgressNotifyOuterClass.BartenderLevelProgressNotify,BartenderLevelProgressNotifyOuterClass.BartenderLevelProgressNotify.Builder
- Enclosing class:
- BartenderLevelProgressNotifyOuterClass
public static interface BartenderLevelProgressNotifyOuterClass.BartenderLevelProgressNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_finish = 8;booleanbool is_new_record = 6;intuint32 level_id = 12;intgetScore()uint32 score = 3;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
-
getIsFinish
boolean getIsFinish()bool is_finish = 8;- Returns:
- The isFinish.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 6;- Returns:
- The isNewRecord.
-
getLevelId
int getLevelId()uint32 level_id = 12;- Returns:
- The levelId.
-
getScore
int getScore()uint32 score = 3;- Returns:
- The score.
-