Interface FightPropPairOuterClass.FightPropPairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FightPropPairOuterClass.FightPropPair, FightPropPairOuterClass.FightPropPair.Builder
Enclosing class:
FightPropPairOuterClass

public static interface FightPropPairOuterClass.FightPropPairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 prop_type = 1;
    float
    float prop_value = 2;

    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

    • getPropType

      int getPropType()
      uint32 prop_type = 1;
      Returns:
      The propType.
    • getPropValue

      float getPropValue()
      float prop_value = 2;
      Returns:
      The propValue.