Package emu.grasscutter.net.proto
Interface MiracleRingDeliverItemReqOuterClass.MiracleRingDeliverItemReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MiracleRingDeliverItemReqOuterClass.MiracleRingDeliverItemReq,MiracleRingDeliverItemReqOuterClass.MiracleRingDeliverItemReq.Builder
- Enclosing class:
- MiracleRingDeliverItemReqOuterClass
public static interface MiracleRingDeliverItemReqOuterClass.MiracleRingDeliverItemReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetFoodWeaponGuidList(int index) repeated uint64 food_weapon_guid_list = 14;intrepeated uint64 food_weapon_guid_list = 14;repeated uint64 food_weapon_guid_list = 14;intuint32 gadget_entity_id = 3;intuint32 gadget_id = 7;getItemParamList(int index) repeated .ItemParam item_param_list = 8;intrepeated .ItemParam item_param_list = 8;repeated .ItemParam item_param_list = 8;getItemParamListOrBuilder(int index) repeated .ItemParam item_param_list = 8;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam item_param_list = 8;.InterOpType op_type = 2;int.InterOpType op_type = 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
-
getItemParamListList
List<ItemParamOuterClass.ItemParam> getItemParamListList()repeated .ItemParam item_param_list = 8; -
getItemParamList
repeated .ItemParam item_param_list = 8; -
getItemParamListCount
int getItemParamListCount()repeated .ItemParam item_param_list = 8; -
getItemParamListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getItemParamListOrBuilderList()repeated .ItemParam item_param_list = 8; -
getItemParamListOrBuilder
repeated .ItemParam item_param_list = 8; -
getFoodWeaponGuidListList
repeated uint64 food_weapon_guid_list = 14;- Returns:
- A list containing the foodWeaponGuidList.
-
getFoodWeaponGuidListCount
int getFoodWeaponGuidListCount()repeated uint64 food_weapon_guid_list = 14;- Returns:
- The count of foodWeaponGuidList.
-
getFoodWeaponGuidList
long getFoodWeaponGuidList(int index) repeated uint64 food_weapon_guid_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The foodWeaponGuidList at the given index.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 3;- Returns:
- The gadgetEntityId.
-
getGadgetId
int getGadgetId()uint32 gadget_id = 7;- Returns:
- The gadgetId.
-
getOpTypeValue
int getOpTypeValue().InterOpType op_type = 2;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
InterOpTypeOuterClass.InterOpType getOpType().InterOpType op_type = 2;- Returns:
- The opType.
-