Interface IMixinClientboundSetEntityMotionPacket
public interface IMixinClientboundSetEntityMotionPacket
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setMotionX
(int motionX) void
setMotionY
(int motionY) void
setMotionZ
(int motionZ)
-
Method Details
-
getMotionX
int getMotionX() -
setMotionX
void setMotionX(int motionX) -
getMotionY
int getMotionY() -
setMotionY
void setMotionY(int motionY) -
getMotionZ
int getMotionZ() -
setMotionZ
void setMotionZ(int motionZ)
-