Package emu.grasscutter.net.proto
Interface IrodoriMasterGalleryCgEndNotifyOuterClass.IrodoriMasterGalleryCgEndNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriMasterGalleryCgEndNotifyOuterClass.IrodoriMasterGalleryCgEndNotify,IrodoriMasterGalleryCgEndNotifyOuterClass.IrodoriMasterGalleryCgEndNotify.Builder
- Enclosing class:
- IrodoriMasterGalleryCgEndNotifyOuterClass
public static interface IrodoriMasterGalleryCgEndNotifyOuterClass.IrodoriMasterGalleryCgEndNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 3;intuint32 level_id = 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
-
getLevelId
int getLevelId()uint32 level_id = 11;- Returns:
- The levelId.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 3;- Returns:
- The galleryId.
-