Package emu.grasscutter.net.proto
Interface EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify,EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.Builder
- Enclosing class:
- EntityFightPropChangeReasonNotifyOuterClass
public static interface EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ChangeEnergyReason changeEnergyReason = 14;int.ChangeEnergyReason changeEnergyReason = 14;.ChangeHpReason changeHpReason = 10;int.ChangeHpReason changeHpReason = 10;intuint32 entity_id = 6;intgetParamList(int index) repeated uint32 param_list = 12;intrepeated uint32 param_list = 12;repeated uint32 param_list = 12;floatfloat prop_delta = 15;intuint32 prop_type = 9;.PropChangeReason reason = 11;int.PropChangeReason reason = 11;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
-
getParamListList
repeated uint32 param_list = 12;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 12;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getPropType
int getPropType()uint32 prop_type = 9;- Returns:
- The propType.
-
getChangeEnergyReasonValue
int getChangeEnergyReasonValue().ChangeEnergyReason changeEnergyReason = 14;- Returns:
- The enum numeric value on the wire for changeEnergyReason.
-
getChangeEnergyReason
ChangeEnergyReasonOuterClass.ChangeEnergyReason getChangeEnergyReason().ChangeEnergyReason changeEnergyReason = 14;- Returns:
- The changeEnergyReason.
-
getChangeHpReasonValue
int getChangeHpReasonValue().ChangeHpReason changeHpReason = 10;- Returns:
- The enum numeric value on the wire for changeHpReason.
-
getChangeHpReason
ChangeHpReasonOuterClass.ChangeHpReason getChangeHpReason().ChangeHpReason changeHpReason = 10;- Returns:
- The changeHpReason.
-
getReasonValue
int getReasonValue().PropChangeReason reason = 11;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
PropChangeReasonOuterClass.PropChangeReason getReason().PropChangeReason reason = 11;- Returns:
- The reason.
-
getPropDelta
float getPropDelta()float prop_delta = 15;- Returns:
- The propDelta.
-
getEntityId
int getEntityId()uint32 entity_id = 6;- Returns:
- The entityId.
-