Class Packet
java.lang.Object
meteordevelopment.meteorclient.systems.modules.movement.elytrafly.ElytraFlightMode
meteordevelopment.meteorclient.systems.modules.movement.elytrafly.modes.Packet
-
Field Summary
Fields inherited from class meteordevelopment.meteorclient.systems.modules.movement.elytrafly.ElytraFlightMode
acceleration, elytraFly, forward, incrementJumpTimer, jumpTimer, lastForwardPressed, lastJumpPressed, mc, right, ticksLeft, velX, velY, velZ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonPacketSend(PacketEvent.Send event) voidvoidonTick()Methods inherited from class meteordevelopment.meteorclient.systems.modules.movement.elytrafly.ElytraFlightMode
autoTakeoff, getHudString, getSpeed, handleAcceleration, handleAutopilot, handleFallMultiplier, handleHorizontalSpeed, handleVerticalSpeed, onActivate
-
Constructor Details
-
Packet
public Packet()
-
-
Method Details
-
onDeactivate
public void onDeactivate()- Overrides:
onDeactivatein classElytraFlightMode
-
onTick
public void onTick()- Overrides:
onTickin classElytraFlightMode
-
onPacketSend
- Overrides:
onPacketSendin classElytraFlightMode
-
onPlayerMove
public void onPlayerMove()- Overrides:
onPlayerMovein classElytraFlightMode
-