Package emu.grasscutter.net.proto
Interface EvtGrapplingHookMoveOuterClass.EvtGrapplingHookMoveOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtGrapplingHookMoveOuterClass.EvtGrapplingHookMove,EvtGrapplingHookMoveOuterClass.EvtGrapplingHookMove.Builder
- Enclosing class:
- EvtGrapplingHookMoveOuterClass
public static interface EvtGrapplingHookMoveOuterClass.EvtGrapplingHookMoveOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAnimatorStateIdList(int index) repeated uint32 animator_state_id_list = 11;intrepeated uint32 animator_state_id_list = 11;repeated uint32 animator_state_id_list = 11;intuint32 entity_id = 10;string override_collider = 3;com.google.protobuf.ByteStringstring override_collider = 3;floatgetSpeed()float speed = 2;.Vector target_pos = 4;.Vector target_pos = 4;booleanbool Unk3300_BGOLPLHGGPO = 1;booleanbool Unk3300_BKEELCGOLLN = 15;floatfloat Unk3300_MJAOALPCJML = 9;floatfloat Unk3300_NDMHKNFMPCJ = 5;boolean.Vector target_pos = 4;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
-
hasTargetPos
boolean hasTargetPos().Vector target_pos = 4;- Returns:
- Whether the targetPos field is set.
-
getTargetPos
VectorOuterClass.Vector getTargetPos().Vector target_pos = 4;- Returns:
- The targetPos.
-
getTargetPosOrBuilder
VectorOuterClass.VectorOrBuilder getTargetPosOrBuilder().Vector target_pos = 4; -
getEntityId
int getEntityId()uint32 entity_id = 10;- Returns:
- The entityId.
-
getSpeed
float getSpeed()float speed = 2;- Returns:
- The speed.
-
getUnk3300NDMHKNFMPCJ
float getUnk3300NDMHKNFMPCJ()float Unk3300_NDMHKNFMPCJ = 5;- Returns:
- The unk3300NDMHKNFMPCJ.
-
getAnimatorStateIdListList
repeated uint32 animator_state_id_list = 11;- Returns:
- A list containing the animatorStateIdList.
-
getAnimatorStateIdListCount
int getAnimatorStateIdListCount()repeated uint32 animator_state_id_list = 11;- Returns:
- The count of animatorStateIdList.
-
getAnimatorStateIdList
int getAnimatorStateIdList(int index) repeated uint32 animator_state_id_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The animatorStateIdList at the given index.
-
getUnk3300BGOLPLHGGPO
boolean getUnk3300BGOLPLHGGPO()bool Unk3300_BGOLPLHGGPO = 1;- Returns:
- The unk3300BGOLPLHGGPO.
-
getUnk3300MJAOALPCJML
float getUnk3300MJAOALPCJML()float Unk3300_MJAOALPCJML = 9;- Returns:
- The unk3300MJAOALPCJML.
-
getUnk3300BKEELCGOLLN
boolean getUnk3300BKEELCGOLLN()bool Unk3300_BKEELCGOLLN = 15;- Returns:
- The unk3300BKEELCGOLLN.
-
getOverrideCollider
String getOverrideCollider()string override_collider = 3;- Returns:
- The overrideCollider.
-
getOverrideColliderBytes
com.google.protobuf.ByteString getOverrideColliderBytes()string override_collider = 3;- Returns:
- The bytes for overrideCollider.
-