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 = 3;floatfloat cur_value = 14;floatfloat old_value = 13;intuint32 prop_type = 7;.PropChangeReason reason = 15;int.PropChangeReason reason = 15;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 = 7;- Returns:
- The propType.
-
getReasonValue
int getReasonValue().PropChangeReason reason = 15;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
PropChangeReasonOuterClass.PropChangeReason getReason().PropChangeReason reason = 15;- Returns:
- The reason.
-
getCurValue
float getCurValue()float cur_value = 14;- Returns:
- The curValue.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 3;- Returns:
- The avatarGuid.
-
getOldValue
float getOldValue()float old_value = 13;- Returns:
- The oldValue.
-