Package emu.grasscutter.net.proto
Interface SpiceActivityProcessFoodReqOuterClass.SpiceActivityProcessFoodReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpiceActivityProcessFoodReqOuterClass.SpiceActivityProcessFoodReq,SpiceActivityProcessFoodReqOuterClass.SpiceActivityProcessFoodReq.Builder
- Enclosing class:
- SpiceActivityProcessFoodReqOuterClass
public static interface SpiceActivityProcessFoodReqOuterClass.SpiceActivityProcessFoodReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNormalFoodList(int index) repeated .ItemParam normal_food_list = 15;intrepeated .ItemParam normal_food_list = 15;repeated .ItemParam normal_food_list = 15;getNormalFoodListOrBuilder(int index) repeated .ItemParam normal_food_list = 15;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam normal_food_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
-
getNormalFoodListList
List<ItemParamOuterClass.ItemParam> getNormalFoodListList()repeated .ItemParam normal_food_list = 15; -
getNormalFoodList
repeated .ItemParam normal_food_list = 15; -
getNormalFoodListCount
int getNormalFoodListCount()repeated .ItemParam normal_food_list = 15; -
getNormalFoodListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getNormalFoodListOrBuilderList()repeated .ItemParam normal_food_list = 15; -
getNormalFoodListOrBuilder
repeated .ItemParam normal_food_list = 15;
-