Interface GCGSkillPreviewHpInfoOuterClass.GCGSkillPreviewHpInfoOrBuilder

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

public static interface GCGSkillPreviewHpInfoOuterClass.GCGSkillPreviewHpInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .GCGSkillHpChangeType change_type = 8;
    int
    .GCGSkillHpChangeType change_type = 8;
    int
    uint32 hp_change_value = 4;

    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

    • getChangeTypeValue

      int getChangeTypeValue()
      .GCGSkillHpChangeType change_type = 8;
      Returns:
      The enum numeric value on the wire for changeType.
    • getChangeType

      .GCGSkillHpChangeType change_type = 8;
      Returns:
      The changeType.
    • getHpChangeValue

      int getHpChangeValue()
      uint32 hp_change_value = 4;
      Returns:
      The hpChangeValue.