Package emu.grasscutter.net.proto
Interface PlayerPropChangeReasonNotifyOuterClass.PlayerPropChangeReasonNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerPropChangeReasonNotifyOuterClass.PlayerPropChangeReasonNotify,PlayerPropChangeReasonNotifyOuterClass.PlayerPropChangeReasonNotify.Builder
- Enclosing class:
- PlayerPropChangeReasonNotifyOuterClass
public static interface PlayerPropChangeReasonNotifyOuterClass.PlayerPropChangeReasonNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat cur_value = 15;floatfloat old_value = 13;intuint32 prop_type = 5;.PropChangeReason reason = 4;int.PropChangeReason reason = 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
-
getCurValue
float getCurValue()float cur_value = 15;- Returns:
- The curValue.
-
getPropType
int getPropType()uint32 prop_type = 5;- Returns:
- The propType.
-
getOldValue
float getOldValue()float old_value = 13;- Returns:
- The oldValue.
-
getReasonValue
int getReasonValue().PropChangeReason reason = 4;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
PropChangeReasonOuterClass.PropChangeReason getReason().PropChangeReason reason = 4;- Returns:
- The reason.
-