Package emu.grasscutter.net.proto
Interface GadgetAutoPickDropInfoNotifyOuterClass.GadgetAutoPickDropInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetAutoPickDropInfoNotifyOuterClass.GadgetAutoPickDropInfoNotify,GadgetAutoPickDropInfoNotifyOuterClass.GadgetAutoPickDropInfoNotify.Builder
- Enclosing class:
- GadgetAutoPickDropInfoNotifyOuterClass
public static interface GadgetAutoPickDropInfoNotifyOuterClass.GadgetAutoPickDropInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItemList(int index) repeated .Item item_list = 14;intrepeated .Item item_list = 14;repeated .Item item_list = 14;getItemListOrBuilder(int index) repeated .Item item_list = 14;List<? extends ItemOuterClass.ItemOrBuilder>repeated .Item item_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
-
getItemListList
List<ItemOuterClass.Item> getItemListList()repeated .Item item_list = 14; -
getItemList
repeated .Item item_list = 14; -
getItemListCount
int getItemListCount()repeated .Item item_list = 14; -
getItemListOrBuilderList
List<? extends ItemOuterClass.ItemOrBuilder> getItemListOrBuilderList()repeated .Item item_list = 14; -
getItemListOrBuilder
repeated .Item item_list = 14;
-