implements Packet<ServerGamePacketListener>
| ajc | |
| net.minecraft.network.protocol.game.ServerboundMoveVehiclePacket | |
| net.minecraft.class_2833 | |
| net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final Vec3 |
| ||||||||
| private final float |
| ||||||||
| private final float |
| ||||||||
| private final boolean |
| ||||||||
| public static final StreamCodec<FriendlyByteBuf, ServerboundMoveVehiclePacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Vec3 position, float yaw, float pitch, boolean onGround) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static ServerboundMoveVehiclePacket |
| ||||||||
| public PacketType<ServerboundMoveVehiclePacket> |
| ||||||||
| public void |
| ||||||||
| public Vec3 |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public boolean |
|