Class ExplosionS2CPacketMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.ExplosionS2CPacketMixin
- All Implemented Interfaces:
IExplosionS2CPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetVelocityX(float velocity) voidsetVelocityY(float velocity) voidsetVelocityZ(float velocity)
-
Constructor Details
-
ExplosionS2CPacketMixin
public ExplosionS2CPacketMixin()
-
-
Method Details
-
setVelocityX
public void setVelocityX(float velocity) - Specified by:
setVelocityXin interfaceIExplosionS2CPacket
-
setVelocityY
public void setVelocityY(float velocity) - Specified by:
setVelocityYin interfaceIExplosionS2CPacket
-
setVelocityZ
public void setVelocityZ(float velocity) - Specified by:
setVelocityZin interfaceIExplosionS2CPacket
-