Package emu.grasscutter.net.proto
Interface GroupLinkMarkUpdateNotifyOuterClass.GroupLinkMarkUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupLinkMarkUpdateNotifyOuterClass.GroupLinkMarkUpdateNotify,GroupLinkMarkUpdateNotifyOuterClass.GroupLinkMarkUpdateNotify.Builder
- Enclosing class:
- GroupLinkMarkUpdateNotifyOuterClass
public static interface GroupLinkMarkUpdateNotifyOuterClass.GroupLinkMarkUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GroupLinkBundle bundle = 15;.GroupLinkBundle bundle = 15;boolean.GroupLinkBundle bundle = 15;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
-
hasBundle
boolean hasBundle().GroupLinkBundle bundle = 15;- Returns:
- Whether the bundle field is set.
-
getBundle
GroupLinkBundleOuterClass.GroupLinkBundle getBundle().GroupLinkBundle bundle = 15;- Returns:
- The bundle.
-
getBundleOrBuilder
GroupLinkBundleOuterClass.GroupLinkBundleOrBuilder getBundleOrBuilder().GroupLinkBundle bundle = 15;
-