Package emu.grasscutter.net.proto
Interface StoreItemDelNotifyOuterClass.StoreItemDelNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreItemDelNotifyOuterClass.StoreItemDelNotify,StoreItemDelNotifyOuterClass.StoreItemDelNotify.Builder
- Enclosing class:
- StoreItemDelNotifyOuterClass
public static interface StoreItemDelNotifyOuterClass.StoreItemDelNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetGuidList(int index) repeated uint64 guid_list = 8;intrepeated uint64 guid_list = 8;repeated uint64 guid_list = 8;.StoreType store_type = 6;int.StoreType store_type = 6;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
-
getStoreTypeValue
int getStoreTypeValue().StoreType store_type = 6;- Returns:
- The enum numeric value on the wire for storeType.
-
getStoreType
StoreTypeOuterClass.StoreType getStoreType().StoreType store_type = 6;- Returns:
- The storeType.
-
getGuidListList
repeated uint64 guid_list = 8;- Returns:
- A list containing the guidList.
-
getGuidListCount
int getGuidListCount()repeated uint64 guid_list = 8;- Returns:
- The count of guidList.
-
getGuidList
long getGuidList(int index) repeated uint64 guid_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The guidList at the given index.
-