Package emu.grasscutter.net.proto
Interface GalleryWillStartCountdownNotifyOuterClass.GalleryWillStartCountdownNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryWillStartCountdownNotifyOuterClass.GalleryWillStartCountdownNotify,GalleryWillStartCountdownNotifyOuterClass.GalleryWillStartCountdownNotify.Builder
- Enclosing class:
- GalleryWillStartCountdownNotifyOuterClass
public static interface GalleryWillStartCountdownNotifyOuterClass.GalleryWillStartCountdownNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 end_time = 15;intuint32 gallery_id = 13;booleangetIsEnd()bool is_end = 6;.GalleryStartSource start_source = 14;int.GalleryStartSource start_source = 14;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
-
getGalleryId
int getGalleryId()uint32 gallery_id = 13;- Returns:
- The galleryId.
-
getStartSourceValue
int getStartSourceValue().GalleryStartSource start_source = 14;- Returns:
- The enum numeric value on the wire for startSource.
-
getStartSource
GalleryStartSourceOuterClass.GalleryStartSource getStartSource().GalleryStartSource start_source = 14;- Returns:
- The startSource.
-
getEndTime
int getEndTime()uint32 end_time = 15;- Returns:
- The endTime.
-
getIsEnd
boolean getIsEnd()bool is_end = 6;- Returns:
- The isEnd.
-