Package emu.grasscutter.net.proto
Interface InterruptGalleryRspOuterClass.InterruptGalleryRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterruptGalleryRspOuterClass.InterruptGalleryRsp,InterruptGalleryRspOuterClass.InterruptGalleryRsp.Builder
- Enclosing class:
- InterruptGalleryRspOuterClass
public static interface InterruptGalleryRspOuterClass.InterruptGalleryRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 3;intint32 retcode = 10;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
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 3;- Returns:
- The galleryId.
-