Interface DeathZoneObserveNotifyOuterClass.DeathZoneObserveNotifyOrBuilder

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

public static interface DeathZoneObserveNotifyOuterClass.DeathZoneObserveNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 source_entity_id = 2;
    int
    uint32 target_entity_id = 5;

    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

    • getSourceEntityId

      int getSourceEntityId()
      uint32 source_entity_id = 2;
      Returns:
      The sourceEntityId.
    • getTargetEntityId

      int getTargetEntityId()
      uint32 target_entity_id = 5;
      Returns:
      The targetEntityId.