Package emu.grasscutter.net.proto
Interface SeaLampFlyLampRspOuterClass.SeaLampFlyLampRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampFlyLampRspOuterClass.SeaLampFlyLampRsp,SeaLampFlyLampRspOuterClass.SeaLampFlyLampRsp.Builder
- Enclosing class:
- SeaLampFlyLampRspOuterClass
public static interface SeaLampFlyLampRspOuterClass.SeaLampFlyLampRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 item_id = 10;intuint32 item_num = 9;intint32 retcode = 3;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 = 3;- Returns:
- The retcode.
-
getItemNum
int getItemNum()uint32 item_num = 9;- Returns:
- The itemNum.
-
getItemId
int getItemId()uint32 item_id = 10;- Returns:
- The itemId.
-