Package emu.grasscutter.net.proto
Interface ProfilePictureChangeNotifyOuterClass.ProfilePictureChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProfilePictureChangeNotifyOuterClass.ProfilePictureChangeNotify,ProfilePictureChangeNotifyOuterClass.ProfilePictureChangeNotify.Builder
- Enclosing class:
- ProfilePictureChangeNotifyOuterClass
public static interface ProfilePictureChangeNotifyOuterClass.ProfilePictureChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ProfilePicture profile_picture = 10;.ProfilePicture profile_picture = 10;boolean.ProfilePicture profile_picture = 10;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
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 10;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 10;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 10;
-