Interface AbilityMixinGlobalShieldOuterClass.AbilityMixinGlobalShieldOrBuilder

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

public static interface AbilityMixinGlobalShieldOuterClass.AbilityMixinGlobalShieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 3;
    float
    float height_offset = 1;
    boolean
    bool is_create_effect = 4;
    float
    float max_shield = 14;
    string shield_effect_name = 12;
    com.google.protobuf.ByteString
    string shield_effect_name = 12;
    float
    float sub_shield = 10;

    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

    • getMaxShield

      float getMaxShield()
      float max_shield = 14;
      Returns:
      The maxShield.
    • getIsCreateEffect

      boolean getIsCreateEffect()
      bool is_create_effect = 4;
      Returns:
      The isCreateEffect.
    • getShieldEffectName

      String getShieldEffectName()
      string shield_effect_name = 12;
      Returns:
      The shieldEffectName.
    • getShieldEffectNameBytes

      com.google.protobuf.ByteString getShieldEffectNameBytes()
      string shield_effect_name = 12;
      Returns:
      The bytes for shieldEffectName.
    • getSubShield

      float getSubShield()
      float sub_shield = 10;
      Returns:
      The subShield.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 3;
      Returns:
      The avatarId.
    • getHeightOffset

      float getHeightOffset()
      float height_offset = 1;
      Returns:
      The heightOffset.