Interface PlayerPropChangeReasonNotifyOuterClass.PlayerPropChangeReasonNotifyOrBuilder

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

public static interface PlayerPropChangeReasonNotifyOuterClass.PlayerPropChangeReasonNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float cur_value = 15;
    float
    float old_value = 13;
    int
    uint32 prop_type = 5;
    .PropChangeReason reason = 4;
    int
    .PropChangeReason reason = 4;

    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

    • getCurValue

      float getCurValue()
      float cur_value = 15;
      Returns:
      The curValue.
    • getPropType

      int getPropType()
      uint32 prop_type = 5;
      Returns:
      The propType.
    • getOldValue

      float getOldValue()
      float old_value = 13;
      Returns:
      The oldValue.
    • getReasonValue

      int getReasonValue()
      .PropChangeReason reason = 4;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .PropChangeReason reason = 4;
      Returns:
      The reason.