Interface ServerUpdateGlobalValueNotifyOuterClass.ServerUpdateGlobalValueNotifyOrBuilder

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

public static interface ServerUpdateGlobalValueNotifyOuterClass.ServerUpdateGlobalValueNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float delta = 6;
    int
    uint32 entity_id = 15;
    int
    uint32 key_hash = 8;
    .ServerUpdateGlobalValueNotify.UpdateType update_type = 9;
    int
    .ServerUpdateGlobalValueNotify.UpdateType update_type = 9;
    float
    float value = 3;

    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

    • getKeyHash

      int getKeyHash()
      uint32 key_hash = 8;
      Returns:
      The keyHash.
    • getUpdateTypeValue

      int getUpdateTypeValue()
      .ServerUpdateGlobalValueNotify.UpdateType update_type = 9;
      Returns:
      The enum numeric value on the wire for updateType.
    • getUpdateType

      .ServerUpdateGlobalValueNotify.UpdateType update_type = 9;
      Returns:
      The updateType.
    • getDelta

      float getDelta()
      float delta = 6;
      Returns:
      The delta.
    • getValue

      float getValue()
      float value = 3;
      Returns:
      The value.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 15;
      Returns:
      The entityId.