Package emu.grasscutter.net.proto
Interface PlantFlowerGetCanGiveFriendFlowerRspOuterClass.PlantFlowerGetCanGiveFriendFlowerRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlantFlowerGetCanGiveFriendFlowerRspOuterClass.PlantFlowerGetCanGiveFriendFlowerRsp,PlantFlowerGetCanGiveFriendFlowerRspOuterClass.PlantFlowerGetCanGiveFriendFlowerRsp.Builder
- Enclosing class:
- PlantFlowerGetCanGiveFriendFlowerRspOuterClass
public static interface PlantFlowerGetCanGiveFriendFlowerRspOuterClass.PlantFlowerGetCanGiveFriendFlowerRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFlowerNumMap(int key) map<uint32, uint32> flower_num_map = 5;Deprecated.intmap<uint32, uint32> flower_num_map = 5;map<uint32, uint32> flower_num_map = 5;intgetFlowerNumMapOrDefault(int key, int defaultValue) map<uint32, uint32> flower_num_map = 5;intgetFlowerNumMapOrThrow(int key) map<uint32, uint32> flower_num_map = 5;intint32 retcode = 3;intuint32 schedule_id = 13;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
-
getFlowerNumMapCount
int getFlowerNumMapCount()map<uint32, uint32> flower_num_map = 5; -
containsFlowerNumMap
boolean containsFlowerNumMap(int key) map<uint32, uint32> flower_num_map = 5; -
getFlowerNumMap
Deprecated.UsegetFlowerNumMapMap()instead. -
getFlowerNumMapMap
map<uint32, uint32> flower_num_map = 5; -
getFlowerNumMapOrDefault
int getFlowerNumMapOrDefault(int key, int defaultValue) map<uint32, uint32> flower_num_map = 5; -
getFlowerNumMapOrThrow
int getFlowerNumMapOrThrow(int key) map<uint32, uint32> flower_num_map = 5; -
getRetcode
int getRetcode()int32 retcode = 3;- Returns:
- The retcode.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 13;- Returns:
- The scheduleId.
-