Package emu.grasscutter.net.proto
Interface ClosedItemNotifyOuterClass.ClosedItemNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClosedItemNotifyOuterClass.ClosedItemNotify,ClosedItemNotifyOuterClass.ClosedItemNotify.Builder
- Enclosing class:
- ClosedItemNotifyOuterClass
public static interface ClosedItemNotifyOuterClass.ClosedItemNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetItemIdList(int index) repeated uint32 item_id_list = 10;intrepeated uint32 item_id_list = 10;repeated uint32 item_id_list = 10;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
-
getItemIdListList
repeated uint32 item_id_list = 10;- Returns:
- A list containing the itemIdList.
-
getItemIdListCount
int getItemIdListCount()repeated uint32 item_id_list = 10;- Returns:
- The count of itemIdList.
-
getItemIdList
int getItemIdList(int index) repeated uint32 item_id_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The itemIdList at the given index.
-