Package emu.grasscutter.net.proto
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 TypeMethodDescription.GCGSkillHpChangeType change_type = 8;int.GCGSkillHpChangeType change_type = 8;intuint32 hp_change_value = 4;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
-
getChangeTypeValue
int getChangeTypeValue().GCGSkillHpChangeType change_type = 8;- Returns:
- The enum numeric value on the wire for changeType.
-
getChangeType
GCGSkillHpChangeTypeOuterClass.GCGSkillHpChangeType getChangeType().GCGSkillHpChangeType change_type = 8;- Returns:
- The changeType.
-
getHpChangeValue
int getHpChangeValue()uint32 hp_change_value = 4;- Returns:
- The hpChangeValue.
-