Package emu.grasscutter.net.proto
Interface PlantFlowerGetSeedInfoRspOuterClass.PlantFlowerGetSeedInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlantFlowerGetSeedInfoRspOuterClass.PlantFlowerGetSeedInfoRsp,PlantFlowerGetSeedInfoRspOuterClass.PlantFlowerGetSeedInfoRsp.Builder
- Enclosing class:
- PlantFlowerGetSeedInfoRspOuterClass
public static interface PlantFlowerGetSeedInfoRspOuterClass.PlantFlowerGetSeedInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 5;intuint32 schedule_id = 13;intuint32 seed_reward_id = 8;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 = 5;- Returns:
- The retcode.
-
getSeedRewardId
int getSeedRewardId()uint32 seed_reward_id = 8;- Returns:
- The seedRewardId.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 13;- Returns:
- The scheduleId.
-