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 = 11;intuint32 giving_id = 6;.ItemGivingReq.ItemGivingType item_giving_type = 8;int.ItemGivingReq.ItemGivingType item_giving_type = 8;Deprecated.intmap<uint64, uint32> item_guid_count_map = 11;map<uint64, uint32> item_guid_count_map = 11;intgetItemGuidCountMapOrDefault(long key, int defaultValue) map<uint64, uint32> item_guid_count_map = 11;intgetItemGuidCountMapOrThrow(long key) map<uint64, uint32> item_guid_count_map = 11;getItemParamList(int index) repeated .ItemParam item_param_list = 12;intrepeated .ItemParam item_param_list = 12;repeated .ItemParam item_param_list = 12;getItemParamListOrBuilder(int index) repeated .ItemParam item_param_list = 12;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam item_param_list = 12;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
-
getGivingId
int getGivingId()uint32 giving_id = 6;- Returns:
- The givingId.
-
getItemGivingTypeValue
int getItemGivingTypeValue().ItemGivingReq.ItemGivingType item_giving_type = 8;- Returns:
- The enum numeric value on the wire for itemGivingType.
-
getItemGivingType
ItemGivingReqOuterClass.ItemGivingReq.ItemGivingType getItemGivingType().ItemGivingReq.ItemGivingType item_giving_type = 8;- Returns:
- The itemGivingType.
-
getItemParamListList
List<ItemParamOuterClass.ItemParam> getItemParamListList()repeated .ItemParam item_param_list = 12; -
getItemParamList
repeated .ItemParam item_param_list = 12; -
getItemParamListCount
int getItemParamListCount()repeated .ItemParam item_param_list = 12; -
getItemParamListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getItemParamListOrBuilderList()repeated .ItemParam item_param_list = 12; -
getItemParamListOrBuilder
repeated .ItemParam item_param_list = 12; -
getItemGuidCountMapCount
int getItemGuidCountMapCount()map<uint64, uint32> item_guid_count_map = 11; -
containsItemGuidCountMap
boolean containsItemGuidCountMap(long key) map<uint64, uint32> item_guid_count_map = 11; -
getItemGuidCountMap
Deprecated.UsegetItemGuidCountMapMap()instead. -
getItemGuidCountMapMap
map<uint64, uint32> item_guid_count_map = 11; -
getItemGuidCountMapOrDefault
int getItemGuidCountMapOrDefault(long key, int defaultValue) map<uint64, uint32> item_guid_count_map = 11; -
getItemGuidCountMapOrThrow
int getItemGuidCountMapOrThrow(long key) map<uint64, uint32> item_guid_count_map = 11;
-