Class PacketSetEntityMotion
java.lang.Object
me.desht.pneumaticcraft.common.network.LocationDoublePacket
me.desht.pneumaticcraft.common.network.PacketSetEntityMotion
Received on: CLIENT
Sent by server when an immediate update is needed to a client-side entity's motion
-
Field Summary
Fields inherited from class me.desht.pneumaticcraft.common.network.LocationDoublePacket
x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionPacketSetEntityMotion(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 motion) -
Method Summary
-
Constructor Details
-
PacketSetEntityMotion
public PacketSetEntityMotion(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 motion)
-
-
Method Details
-
toBytes
public void toBytes(net.minecraft.network.FriendlyByteBuf buf) - Overrides:
toBytesin classLocationDoublePacket
-
handle
-