Package emu.grasscutter.net.proto
Interface EvtAvatarExitFocusNotifyOuterClass.EvtAvatarExitFocusNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAvatarExitFocusNotifyOuterClass.EvtAvatarExitFocusNotify,EvtAvatarExitFocusNotifyOuterClass.EvtAvatarExitFocusNotify.Builder
- Enclosing class:
- EvtAvatarExitFocusNotifyOuterClass
public static interface EvtAvatarExitFocusNotifyOuterClass.EvtAvatarExitFocusNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 7;.Vector finish_forward = 2;.Vector finish_forward = 2;.ForwardType forward_type = 8;int.ForwardType forward_type = 8;boolean.Vector finish_forward = 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
-
getEntityId
int getEntityId()uint32 entity_id = 7;- Returns:
- The entityId.
-
getForwardTypeValue
int getForwardTypeValue().ForwardType forward_type = 8;- Returns:
- The enum numeric value on the wire for forwardType.
-
getForwardType
ForwardTypeOuterClass.ForwardType getForwardType().ForwardType forward_type = 8;- Returns:
- The forwardType.
-
hasFinishForward
boolean hasFinishForward().Vector finish_forward = 2;- Returns:
- Whether the finishForward field is set.
-
getFinishForward
VectorOuterClass.Vector getFinishForward().Vector finish_forward = 2;- Returns:
- The finishForward.
-
getFinishForwardOrBuilder
VectorOuterClass.VectorOrBuilder getFinishForwardOrBuilder().Vector finish_forward = 2;
-