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