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 = 10;.Vector forward = 3;.Vector forward = 3;.ForwardType forward_type = 8;int.ForwardType forward_type = 8;intuint32 skill_id = 1;boolean.Vector forward = 3;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
-
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.
-
hasForward
boolean hasForward().Vector forward = 3;- Returns:
- Whether the forward field is set.
-
getForward
VectorOuterClass.Vector getForward().Vector forward = 3;- Returns:
- The forward.
-
getForwardOrBuilder
VectorOuterClass.VectorOrBuilder getForwardOrBuilder().Vector forward = 3; -
getSkillId
int getSkillId()uint32 skill_id = 1;- Returns:
- The skillId.
-
getCasterId
int getCasterId()uint32 caster_id = 10;- Returns:
- The casterId.
-