Package emu.grasscutter.net.proto
Interface AvatarFightPropNotifyOuterClass.AvatarFightPropNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarFightPropNotifyOuterClass.AvatarFightPropNotify,AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.Builder
- Enclosing class:
- AvatarFightPropNotifyOuterClass
public static interface AvatarFightPropNotifyOuterClass.AvatarFightPropNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFightPropMap(int key) map<uint32, float> fight_prop_map = 5;longuint64 avatar_guid = 8;Deprecated.intmap<uint32, float> fight_prop_map = 5;map<uint32, float> fight_prop_map = 5;floatgetFightPropMapOrDefault(int key, float defaultValue) map<uint32, float> fight_prop_map = 5;floatgetFightPropMapOrThrow(int key) map<uint32, float> fight_prop_map = 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
-
getFightPropMapCount
int getFightPropMapCount()map<uint32, float> fight_prop_map = 5; -
containsFightPropMap
boolean containsFightPropMap(int key) map<uint32, float> fight_prop_map = 5; -
getFightPropMap
Deprecated.UsegetFightPropMapMap()instead. -
getFightPropMapMap
map<uint32, float> fight_prop_map = 5; -
getFightPropMapOrDefault
float getFightPropMapOrDefault(int key, float defaultValue) map<uint32, float> fight_prop_map = 5; -
getFightPropMapOrThrow
float getFightPropMapOrThrow(int key) map<uint32, float> fight_prop_map = 5; -
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 8;- Returns:
- The avatarGuid.
-