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 change_energy_reason = 12;int.ChangeEnergyReason change_energy_reason = 12;.ChangeHpReason change_hp_reason = 9;int.ChangeHpReason change_hp_reason = 9;intuint32 entity_id = 8;intgetParamList(int index) repeated uint32 param_list = 7;intrepeated uint32 param_list = 7;repeated uint32 param_list = 7;floatfloat prop_delta = 10;intuint32 prop_type = 5;.PropChangeReason reason = 2;int.PropChangeReason reason = 2;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
-
getPropType
int getPropType()uint32 prop_type = 5;- Returns:
- The propType.
-
getParamListList
repeated uint32 param_list = 7;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 7;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getEntityId
int getEntityId()uint32 entity_id = 8;- Returns:
- The entityId.
-
getReasonValue
int getReasonValue().PropChangeReason reason = 2;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
PropChangeReasonOuterClass.PropChangeReason getReason().PropChangeReason reason = 2;- Returns:
- The reason.
-
getChangeHpReasonValue
int getChangeHpReasonValue().ChangeHpReason change_hp_reason = 9;- Returns:
- The enum numeric value on the wire for changeHpReason.
-
getChangeHpReason
ChangeHpReasonOuterClass.ChangeHpReason getChangeHpReason().ChangeHpReason change_hp_reason = 9;- Returns:
- The changeHpReason.
-
getChangeEnergyReasonValue
int getChangeEnergyReasonValue().ChangeEnergyReason change_energy_reason = 12;- Returns:
- The enum numeric value on the wire for changeEnergyReason.
-
getChangeEnergyReason
ChangeEnergyReasonOuterClass.ChangeEnergyReason getChangeEnergyReason().ChangeEnergyReason change_energy_reason = 12;- Returns:
- The changeEnergyReason.
-
getPropDelta
float getPropDelta()float prop_delta = 10;- Returns:
- The propDelta.
-