Package emu.grasscutter.net.proto
Interface DragonSpineChapterOpenNotifyOuterClass.DragonSpineChapterOpenNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DragonSpineChapterOpenNotifyOuterClass.DragonSpineChapterOpenNotify,DragonSpineChapterOpenNotifyOuterClass.DragonSpineChapterOpenNotify.Builder
- Enclosing class:
- DragonSpineChapterOpenNotifyOuterClass
public static interface DragonSpineChapterOpenNotifyOuterClass.DragonSpineChapterOpenNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 11;intuint32 schedule_id = 9;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
-
getScheduleId
int getScheduleId()uint32 schedule_id = 9;- Returns:
- The scheduleId.
-
getChapterId
int getChapterId()uint32 chapter_id = 11;- Returns:
- The chapterId.
-