Package emu.grasscutter.net.proto
Interface SeaLampContributeItemRspOuterClass.SeaLampContributeItemRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampContributeItemRspOuterClass.SeaLampContributeItemRsp,SeaLampContributeItemRspOuterClass.SeaLampContributeItemRsp.Builder
- Enclosing class:
- SeaLampContributeItemRspOuterClass
public static interface SeaLampContributeItemRspOuterClass.SeaLampContributeItemRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_progress = 14;intuint32 LCMDALFODMC = 7;intuint32 LHEFDGPEFPN = 4;intint32 retcode = 2;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
-
getAddProgress
int getAddProgress()uint32 add_progress = 14;- Returns:
- The addProgress.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-
getLHEFDGPEFPN
int getLHEFDGPEFPN()uint32 LHEFDGPEFPN = 4;- Returns:
- The lHEFDGPEFPN.
-
getLCMDALFODMC
int getLCMDALFODMC()uint32 LCMDALFODMC = 7;- Returns:
- The lCMDALFODMC.
-