Package emu.grasscutter.net.proto
Interface ItemGivingReqOuterClass.ItemGivingReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ItemGivingReqOuterClass.ItemGivingReq,ItemGivingReqOuterClass.ItemGivingReq.Builder
- Enclosing class:
- ItemGivingReqOuterClass
public static interface ItemGivingReqOuterClass.ItemGivingReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsItemGuidCountMap(long key) map<uint64, uint32> item_guid_count_map = 10;intuint32 giving_id = 2;.ItemGivingReq.ItemGivingType item_giving_type = 1;int.ItemGivingReq.ItemGivingType item_giving_type = 1;Deprecated.intmap<uint64, uint32> item_guid_count_map = 10;map<uint64, uint32> item_guid_count_map = 10;intgetItemGuidCountMapOrDefault(long key, int defaultValue) map<uint64, uint32> item_guid_count_map = 10;intgetItemGuidCountMapOrThrow(long key) map<uint64, uint32> item_guid_count_map = 10;getItemParamList(int index) repeated .ItemParam item_param_list = 15;intrepeated .ItemParam item_param_list = 15;repeated .ItemParam item_param_list = 15;getItemParamListOrBuilder(int index) repeated .ItemParam item_param_list = 15;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam item_param_list = 15;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
-
getItemGuidCountMapCount
int getItemGuidCountMapCount()map<uint64, uint32> item_guid_count_map = 10; -
containsItemGuidCountMap
boolean containsItemGuidCountMap(long key) map<uint64, uint32> item_guid_count_map = 10; -
getItemGuidCountMap
Deprecated.UsegetItemGuidCountMapMap()instead. -
getItemGuidCountMapMap
map<uint64, uint32> item_guid_count_map = 10; -
getItemGuidCountMapOrDefault
int getItemGuidCountMapOrDefault(long key, int defaultValue) map<uint64, uint32> item_guid_count_map = 10; -
getItemGuidCountMapOrThrow
int getItemGuidCountMapOrThrow(long key) map<uint64, uint32> item_guid_count_map = 10; -
getItemParamListList
List<ItemParamOuterClass.ItemParam> getItemParamListList()repeated .ItemParam item_param_list = 15; -
getItemParamList
repeated .ItemParam item_param_list = 15; -
getItemParamListCount
int getItemParamListCount()repeated .ItemParam item_param_list = 15; -
getItemParamListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getItemParamListOrBuilderList()repeated .ItemParam item_param_list = 15; -
getItemParamListOrBuilder
repeated .ItemParam item_param_list = 15; -
getItemGivingTypeValue
int getItemGivingTypeValue().ItemGivingReq.ItemGivingType item_giving_type = 1;- Returns:
- The enum numeric value on the wire for itemGivingType.
-
getItemGivingType
ItemGivingReqOuterClass.ItemGivingReq.ItemGivingType getItemGivingType().ItemGivingReq.ItemGivingType item_giving_type = 1;- Returns:
- The itemGivingType.
-
getGivingId
int getGivingId()uint32 giving_id = 2;- Returns:
- The givingId.
-