Package emu.grasscutter.net.proto
Interface GroupLinkAllNotifyOuterClass.GroupLinkAllNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupLinkAllNotifyOuterClass.GroupLinkAllNotify,GroupLinkAllNotifyOuterClass.GroupLinkAllNotify.Builder
- Enclosing class:
- GroupLinkAllNotifyOuterClass
public static interface GroupLinkAllNotifyOuterClass.GroupLinkAllNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBundleList(int index) repeated .GroupLinkBundle bundle_list = 9;intrepeated .GroupLinkBundle bundle_list = 9;repeated .GroupLinkBundle bundle_list = 9;getBundleListOrBuilder(int index) repeated .GroupLinkBundle bundle_list = 9;repeated .GroupLinkBundle bundle_list = 9;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
-
getBundleListList
List<GroupLinkBundleOuterClass.GroupLinkBundle> getBundleListList()repeated .GroupLinkBundle bundle_list = 9; -
getBundleList
repeated .GroupLinkBundle bundle_list = 9; -
getBundleListCount
int getBundleListCount()repeated .GroupLinkBundle bundle_list = 9; -
getBundleListOrBuilderList
List<? extends GroupLinkBundleOuterClass.GroupLinkBundleOrBuilder> getBundleListOrBuilderList()repeated .GroupLinkBundle bundle_list = 9; -
getBundleListOrBuilder
repeated .GroupLinkBundle bundle_list = 9;
-