Package emu.grasscutter.net.proto
Interface StartBuoyantCombatGalleryRspOuterClass.StartBuoyantCombatGalleryRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartBuoyantCombatGalleryRspOuterClass.StartBuoyantCombatGalleryRsp,StartBuoyantCombatGalleryRspOuterClass.StartBuoyantCombatGalleryRsp.Builder
- Enclosing class:
- StartBuoyantCombatGalleryRspOuterClass
public static interface StartBuoyantCombatGalleryRspOuterClass.StartBuoyantCombatGalleryRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 12;intuint32 gallery_level = 6;intint32 retcode = 5;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
-
getGalleryLevel
int getGalleryLevel()uint32 gallery_level = 6;- Returns:
- The galleryLevel.
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 12;- Returns:
- The galleryId.
-