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 = 15;intrepeated uint64 guid_list = 15;repeated uint64 guid_list = 15;.StoreType store_type = 1;int.StoreType store_type = 1;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 = 1;- Returns:
- The enum numeric value on the wire for storeType.
-
getStoreType
StoreTypeOuterClass.StoreType getStoreType().StoreType store_type = 1;- Returns:
- The storeType.
-
getGuidListList
repeated uint64 guid_list = 15;- Returns:
- A list containing the guidList.
-
getGuidListCount
int getGuidListCount()repeated uint64 guid_list = 15;- Returns:
- The count of guidList.
-
getGuidList
long getGuidList(int index) repeated uint64 guid_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The guidList at the given index.
-