Package emu.grasscutter.net.proto
Interface EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify,EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.Builder
- Enclosing class:
- EvtBeingHealedNotifyOuterClass
public static interface EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat heal_amount = 3;floatfloat real_heal_amount = 2;intuint32 source_id = 6;intuint32 target_id = 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
-
getRealHealAmount
float getRealHealAmount()float real_heal_amount = 2;- Returns:
- The realHealAmount.
-
getHealAmount
float getHealAmount()float heal_amount = 3;- Returns:
- The healAmount.
-
getTargetId
int getTargetId()uint32 target_id = 4;- Returns:
- The targetId.
-
getSourceId
int getSourceId()uint32 source_id = 6;- Returns:
- The sourceId.
-