Package emu.grasscutter.net.proto
Interface EntityFightPropUpdateNotifyOuterClass.EntityFightPropUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityFightPropUpdateNotifyOuterClass.EntityFightPropUpdateNotify,EntityFightPropUpdateNotifyOuterClass.EntityFightPropUpdateNotify.Builder
- Enclosing class:
- EntityFightPropUpdateNotifyOuterClass
public static interface EntityFightPropUpdateNotifyOuterClass.EntityFightPropUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFightPropMap(int key) map<uint32, float> fight_prop_map = 11;intuint32 entity_id = 7;Deprecated.intmap<uint32, float> fight_prop_map = 11;map<uint32, float> fight_prop_map = 11;floatgetFightPropMapOrDefault(int key, float defaultValue) map<uint32, float> fight_prop_map = 11;floatgetFightPropMapOrThrow(int key) map<uint32, float> fight_prop_map = 11;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
-
getEntityId
int getEntityId()uint32 entity_id = 7;- Returns:
- The entityId.
-
getFightPropMapCount
int getFightPropMapCount()map<uint32, float> fight_prop_map = 11; -
containsFightPropMap
boolean containsFightPropMap(int key) map<uint32, float> fight_prop_map = 11; -
getFightPropMap
Deprecated.UsegetFightPropMapMap()instead. -
getFightPropMapMap
map<uint32, float> fight_prop_map = 11; -
getFightPropMapOrDefault
float getFightPropMapOrDefault(int key, float defaultValue) map<uint32, float> fight_prop_map = 11; -
getFightPropMapOrThrow
float getFightPropMapOrThrow(int key) map<uint32, float> fight_prop_map = 11;
-