Package emu.grasscutter.net.proto
Interface PlantFlowerRecvFlowerDataOuterClass.PlantFlowerRecvFlowerDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlantFlowerRecvFlowerDataOuterClass.PlantFlowerRecvFlowerData,PlantFlowerRecvFlowerDataOuterClass.PlantFlowerRecvFlowerData.Builder
- Enclosing class:
- PlantFlowerRecvFlowerDataOuterClass
public static interface PlantFlowerRecvFlowerDataOuterClass.PlantFlowerRecvFlowerDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFlowerNumMap(int key) map<uint32, uint32> flower_num_map = 11;Deprecated.intmap<uint32, uint32> flower_num_map = 11;map<uint32, uint32> flower_num_map = 11;intgetFlowerNumMapOrDefault(int key, int defaultValue) map<uint32, uint32> flower_num_map = 11;intgetFlowerNumMapOrThrow(int key) map<uint32, uint32> flower_num_map = 11;string nickname = 14;com.google.protobuf.ByteStringstring nickname = 14;.ProfilePicture profile_picture = 12;.ProfilePicture profile_picture = 12;intgetUid()uint32 uid = 2;boolean.ProfilePicture profile_picture = 12;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
-
getNickname
String getNickname()string nickname = 14;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 14;- Returns:
- The bytes for nickname.
-
getUid
int getUid()uint32 uid = 2;- Returns:
- The uid.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 12;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 12;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 12; -
getFlowerNumMapCount
int getFlowerNumMapCount()map<uint32, uint32> flower_num_map = 11; -
containsFlowerNumMap
boolean containsFlowerNumMap(int key) map<uint32, uint32> flower_num_map = 11; -
getFlowerNumMap
Deprecated.UsegetFlowerNumMapMap()instead. -
getFlowerNumMapMap
map<uint32, uint32> flower_num_map = 11; -
getFlowerNumMapOrDefault
int getFlowerNumMapOrDefault(int key, int defaultValue) map<uint32, uint32> flower_num_map = 11; -
getFlowerNumMapOrThrow
int getFlowerNumMapOrThrow(int key) map<uint32, uint32> flower_num_map = 11;
-