Interface QuestDestroyNpcRspOuterClass.QuestDestroyNpcRspOrBuilder

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

public static interface QuestDestroyNpcRspOuterClass.QuestDestroyNpcRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 npc_id = 3;
    int
    uint32 parent_quest_id = 5;
    int
    int32 retcode = 1;

    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

    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 5;
      Returns:
      The parentQuestId.
    • getNpcId

      int getNpcId()
      uint32 npc_id = 3;
      Returns:
      The npcId.
    • getRetcode

      int getRetcode()
      int32 retcode = 1;
      Returns:
      The retcode.