Package emu.grasscutter.net.proto
Interface SpiceActivityProcessFoodRspOuterClass.SpiceActivityProcessFoodRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpiceActivityProcessFoodRspOuterClass.SpiceActivityProcessFoodRsp,SpiceActivityProcessFoodRspOuterClass.SpiceActivityProcessFoodRsp.Builder
- Enclosing class:
- SpiceActivityProcessFoodRspOuterClass
public static interface SpiceActivityProcessFoodRspOuterClass.SpiceActivityProcessFoodRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNormalFoodList(int index) repeated .ItemParam normal_food_list = 9;intrepeated .ItemParam normal_food_list = 9;repeated .ItemParam normal_food_list = 9;getNormalFoodListOrBuilder(int index) repeated .ItemParam normal_food_list = 9;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam normal_food_list = 9;intint32 retcode = 8;getSpecialFoodList(int index) repeated .ItemParam special_food_list = 14;intrepeated .ItemParam special_food_list = 14;repeated .ItemParam special_food_list = 14;getSpecialFoodListOrBuilder(int index) repeated .ItemParam special_food_list = 14;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam special_food_list = 14;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 = 8;- Returns:
- The retcode.
-
getNormalFoodListList
List<ItemParamOuterClass.ItemParam> getNormalFoodListList()repeated .ItemParam normal_food_list = 9; -
getNormalFoodList
repeated .ItemParam normal_food_list = 9; -
getNormalFoodListCount
int getNormalFoodListCount()repeated .ItemParam normal_food_list = 9; -
getNormalFoodListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getNormalFoodListOrBuilderList()repeated .ItemParam normal_food_list = 9; -
getNormalFoodListOrBuilder
repeated .ItemParam normal_food_list = 9; -
getSpecialFoodListList
List<ItemParamOuterClass.ItemParam> getSpecialFoodListList()repeated .ItemParam special_food_list = 14; -
getSpecialFoodList
repeated .ItemParam special_food_list = 14; -
getSpecialFoodListCount
int getSpecialFoodListCount()repeated .ItemParam special_food_list = 14; -
getSpecialFoodListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getSpecialFoodListOrBuilderList()repeated .ItemParam special_food_list = 14; -
getSpecialFoodListOrBuilder
repeated .ItemParam special_food_list = 14;
-