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

    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

    • getFightPropMapCount

      int getFightPropMapCount()
      map<uint32, float> fight_prop_map = 9;
    • containsFightPropMap

      boolean containsFightPropMap(int key)
      map<uint32, float> fight_prop_map = 9;
    • getFightPropMap

      @Deprecated Map<Integer,Float> getFightPropMap()
      Deprecated.
    • getFightPropMapMap

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