Package emu.grasscutter.net.proto
Interface EvtDoSkillSuccNotifyOuterClass.EvtDoSkillSuccNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtDoSkillSuccNotifyOuterClass.EvtDoSkillSuccNotify,EvtDoSkillSuccNotifyOuterClass.EvtDoSkillSuccNotify.Builder
- Enclosing class:
- EvtDoSkillSuccNotifyOuterClass
public static interface EvtDoSkillSuccNotifyOuterClass.EvtDoSkillSuccNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 caster_id = 2;.Vector forward = 15;.Vector forward = 15;.ForwardType forward_type = 14;int.ForwardType forward_type = 14;intuint32 skill_id = 3;boolean.Vector forward = 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
-
getSkillId
int getSkillId()uint32 skill_id = 3;- Returns:
- The skillId.
-
getCasterId
int getCasterId()uint32 caster_id = 2;- Returns:
- The casterId.
-
hasForward
boolean hasForward().Vector forward = 15;- Returns:
- Whether the forward field is set.
-
getForward
VectorOuterClass.Vector getForward().Vector forward = 15;- Returns:
- The forward.
-
getForwardOrBuilder
VectorOuterClass.VectorOrBuilder getForwardOrBuilder().Vector forward = 15; -
getForwardTypeValue
int getForwardTypeValue().ForwardType forward_type = 14;- Returns:
- The enum numeric value on the wire for forwardType.
-
getForwardType
ForwardTypeOuterClass.ForwardType getForwardType().ForwardType forward_type = 14;- Returns:
- The forwardType.
-