Interface EvtCostStaminaNotifyOuterClass.EvtCostStaminaNotifyOrBuilder

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

public static interface EvtCostStaminaNotifyOuterClass.EvtCostStaminaNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float cost_stamina = 4;
    int
    uint32 skill_id = 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

    • getCostStamina

      float getCostStamina()
      float cost_stamina = 4;
      Returns:
      The costStamina.
    • getSkillId

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