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 Type
    Method
    Description
    boolean
    map<uint32, float> fight_prop_map = 11;
    int
    uint32 entity_id = 7;
    Deprecated.
    int
    map<uint32, float> fight_prop_map = 11;
    map<uint32, float> fight_prop_map = 11;
    float
    getFightPropMapOrDefault(int key, float defaultValue)
    map<uint32, float> fight_prop_map = 11;
    float
    map<uint32, float> fight_prop_map = 11;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 Map<Integer,Float> getFightPropMap()
      Deprecated.
    • getFightPropMapMap

      Map<Integer,Float> 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;