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