Interface NpcPositionInfoOuterClass.NpcPositionInfoOrBuilder

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

public static interface NpcPositionInfoOuterClass.NpcPositionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 npc_id = 1;
    .Vector pos = 2;
    .Vector pos = 2;
    boolean
    .Vector pos = 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

    • getNpcId

      int getNpcId()
      uint32 npc_id = 1;
      Returns:
      The npcId.
    • hasPos

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

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

      .Vector pos = 2;