Interface ServerGlobalValueChangeNotifyOuterClass.ServerGlobalValueChangeNotifyOrBuilder

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

public static interface ServerGlobalValueChangeNotifyOuterClass.ServerGlobalValueChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 10;
    int
    uint32 key_hash = 12;
    float
    float 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

    • getKeyHash

      int getKeyHash()
      uint32 key_hash = 12;
      Returns:
      The keyHash.
    • getValue

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

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