Interface EvtDoSkillSuccNotifyOuterClass.EvtDoSkillSuccNotifyOrBuilder

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

public static interface EvtDoSkillSuccNotifyOuterClass.EvtDoSkillSuccNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getForwardTypeValue

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

      .ForwardType forward_type = 8;
      Returns:
      The forwardType.
    • hasForward

      boolean hasForward()
      .Vector forward = 3;
      Returns:
      Whether the forward field is set.
    • getForward

      .Vector forward = 3;
      Returns:
      The forward.
    • getForwardOrBuilder

      VectorOuterClass.VectorOrBuilder getForwardOrBuilder()
      .Vector forward = 3;
    • getSkillId

      int getSkillId()
      uint32 skill_id = 1;
      Returns:
      The skillId.
    • getCasterId

      int getCasterId()
      uint32 caster_id = 10;
      Returns:
      The casterId.