Interface EntityJumpNotifyOuterClass.EntityJumpNotifyOrBuilder

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

public static interface EntityJumpNotifyOuterClass.EntityJumpNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPos

      boolean hasPos()
      .Vector pos = 6;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 6;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 6;
    • getJumpTypeValue

      int getJumpTypeValue()
      .EntityJumpNotify.Type jump_type = 2;
      Returns:
      The enum numeric value on the wire for jumpType.
    • getJumpType

      .EntityJumpNotify.Type jump_type = 2;
      Returns:
      The jumpType.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 4;
      Returns:
      The entityId.
    • hasRot

      boolean hasRot()
      .Vector rot = 9;
      Returns:
      Whether the rot field is set.
    • getRot

      .Vector rot = 9;
      Returns:
      The rot.
    • getRotOrBuilder

      .Vector rot = 9;