Package emu.grasscutter.net.proto
Interface DragonSpineChapterFinishNotifyOuterClass.DragonSpineChapterFinishNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DragonSpineChapterFinishNotifyOuterClass.DragonSpineChapterFinishNotify,DragonSpineChapterFinishNotifyOuterClass.DragonSpineChapterFinishNotify.Builder
- Enclosing class:
- DragonSpineChapterFinishNotifyOuterClass
public static interface DragonSpineChapterFinishNotifyOuterClass.DragonSpineChapterFinishNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 14;intuint32 schedule_id = 5;intuint32 weapon_enhance_level = 12;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
-
getChapterId
int getChapterId()uint32 chapter_id = 14;- Returns:
- The chapterId.
-
getWeaponEnhanceLevel
int getWeaponEnhanceLevel()uint32 weapon_enhance_level = 12;- Returns:
- The weaponEnhanceLevel.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 5;- Returns:
- The scheduleId.
-