Interface EvtBulletHitNotifyOuterClass.EvtBulletHitNotifyOrBuilder

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

public static interface EvtBulletHitNotifyOuterClass.EvtBulletHitNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getForwardTypeValue

      int getForwardTypeValue()
      .ForwardType forward_type = 2;
      Returns:
      The enum numeric value on the wire for forwardType.
    • getForwardType

      .ForwardType forward_type = 2;
      Returns:
      The forwardType.
    • getSingleBulletId

      int getSingleBulletId()
      uint32 single_bullet_id = 4;
      Returns:
      The singleBulletId.
    • hasHitNormal

      boolean hasHitNormal()
      .Vector hit_normal = 9;
      Returns:
      Whether the hitNormal field is set.
    • getHitNormal

      VectorOuterClass.Vector getHitNormal()
      .Vector hit_normal = 9;
      Returns:
      The hitNormal.
    • getHitNormalOrBuilder

      VectorOuterClass.VectorOrBuilder getHitNormalOrBuilder()
      .Vector hit_normal = 9;
    • getHitEntityId

      int getHitEntityId()
      uint32 hit_entity_id = 6;
      Returns:
      The hitEntityId.
    • hasHitPoint

      boolean hasHitPoint()
      .Vector hit_point = 8;
      Returns:
      Whether the hitPoint field is set.
    • getHitPoint

      .Vector hit_point = 8;
      Returns:
      The hitPoint.
    • getHitPointOrBuilder

      VectorOuterClass.VectorOrBuilder getHitPointOrBuilder()
      .Vector hit_point = 8;
    • getHitColliderTypeValue

      int getHitColliderTypeValue()
      .HitColliderType hit_collider_type = 10;
      Returns:
      The enum numeric value on the wire for hitColliderType.
    • getHitColliderType

      .HitColliderType hit_collider_type = 10;
      Returns:
      The hitColliderType.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 14;
      Returns:
      The entityId.
    • getForwardPeer

      int getForwardPeer()
      uint32 forward_peer = 3;
      Returns:
      The forwardPeer.
    • getHitBoxIndex

      int getHitBoxIndex()
      int32 hit_box_index = 1;
      Returns:
      The hitBoxIndex.