implements Packet<ClientGamePacketListener>
| afc | |
| net.minecraft.network.protocol.game.ClientboundMoveVehiclePacket | |
| net.minecraft.class_2692 | |
| net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final Vec3 |
| ||||||||
| private final float |
| ||||||||
| private final float |
| ||||||||
| public static final StreamCodec<FriendlyByteBuf, ClientboundMoveVehiclePacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Vec3 position, float yaw, float pitch) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static ClientboundMoveVehiclePacket |
| ||||||||
| public PacketType<ClientboundMoveVehiclePacket> |
| ||||||||
| public void |
| ||||||||
| public Vec3 |
| ||||||||
| public float |
| ||||||||
| public float |
|