Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 avatar_id = 3;floatfloat height_offset = 1;booleanbool is_create_effect = 4;floatfloat max_shield = 14;string shield_effect_name = 12;com.google.protobuf.ByteStringstring shield_effect_name = 12;floatfloat sub_shield = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-