Class ClientboundSetEntityMotionPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSetEntityMotionPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundSetEntityMotionPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientboundSetEntityMotionPacket(int p_133182_, Vec3 p_133183_) ClientboundSetEntityMotionPacket(FriendlyByteBuf p_179294_) ClientboundSetEntityMotionPacket(Entity p_133185_) -
Method Summary
Modifier and TypeMethodDescriptionintgetId()intgetXa()intgetYa()intgetZa()voidhandle(ClientGamePacketListener p_133191_) voidwrite(FriendlyByteBuf p_133194_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
id
private final int id -
xa
private final int xa -
ya
private final int ya -
za
private final int za
-
-
Constructor Details
-
ClientboundSetEntityMotionPacket
-
ClientboundSetEntityMotionPacket
-
ClientboundSetEntityMotionPacket
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handlein interfacePacket<ClientGamePacketListener>
-
getId
public int getId() -
getXa
public int getXa() -
getYa
public int getYa() -
getZa
public int getZa()
-