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