Interface SceneNpcInfoOuterClass.SceneNpcInfoOrBuilder

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

public static interface SceneNpcInfoOuterClass.SceneNpcInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 block_id = 4;
    int
    uint32 npc_id = 1;
    int
    uint32 parent_quest_id = 3;
    int
    uint32 room_id = 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.
    • getRoomId

      int getRoomId()
      uint32 room_id = 2;
      Returns:
      The roomId.
    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 3;
      Returns:
      The parentQuestId.
    • getBlockId

      int getBlockId()
      uint32 block_id = 4;
      Returns:
      The blockId.