Package emu.grasscutter.net.proto
Interface GalleryStartNotifyOuterClass.GalleryStartNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryStartNotifyOuterClass.GalleryStartNotify,GalleryStartNotifyOuterClass.GalleryStartNotify.Builder
- Enclosing class:
- GalleryStartNotifyOuterClass
public static interface GalleryStartNotifyOuterClass.GalleryStartNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 end_time = 13;.GalleryFlowerStartParam flower_start_param = 11;.GalleryFlowerStartParam flower_start_param = 11;intuint32 gallery_id = 6;intuint32 owner_uid = 8;intuint32 player_count = 9;intuint32 start_time = 7;boolean.GalleryFlowerStartParam flower_start_param = 11;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 = 6;- Returns:
- The galleryId.
-
getEndTime
int getEndTime()uint32 end_time = 13;- Returns:
- The endTime.
-
getOwnerUid
int getOwnerUid()uint32 owner_uid = 8;- Returns:
- The ownerUid.
-
getStartTime
int getStartTime()uint32 start_time = 7;- Returns:
- The startTime.
-
getPlayerCount
int getPlayerCount()uint32 player_count = 9;- Returns:
- The playerCount.
-
hasFlowerStartParam
boolean hasFlowerStartParam().GalleryFlowerStartParam flower_start_param = 11;- Returns:
- Whether the flowerStartParam field is set.
-
getFlowerStartParam
GalleryFlowerStartParamOuterClass.GalleryFlowerStartParam getFlowerStartParam().GalleryFlowerStartParam flower_start_param = 11;- Returns:
- The flowerStartParam.
-
getFlowerStartParamOrBuilder
GalleryFlowerStartParamOuterClass.GalleryFlowerStartParamOrBuilder getFlowerStartParamOrBuilder().GalleryFlowerStartParam flower_start_param = 11; -
getDetailCase
GalleryStartNotifyOuterClass.GalleryStartNotify.DetailCase getDetailCase()
-