Class ClientboundMoveVehiclePacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundMoveVehiclePacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
public class ClientboundMoveVehiclePacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundMoveVehiclePacket(FriendlyByteBuf p_179007_) ClientboundMoveVehiclePacket(Entity p_132584_) 
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetX()floatgetXRot()doublegetY()floatgetYRot()doublegetZ()voidhandle(ClientGamePacketListener p_132590_) voidwrite(FriendlyByteBuf p_132593_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
xprivate final double x
- 
yprivate final double y
- 
zprivate final double z
- 
yRotprivate final float yRot
- 
xRotprivate final float xRot
 
- 
- 
Constructor Details- 
ClientboundMoveVehiclePacket
- 
ClientboundMoveVehiclePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getXpublic double getX()
- 
getYpublic double getY()
- 
getZpublic double getZ()
- 
getYRotpublic float getYRot()
- 
getXRotpublic float getXRot()
 
-