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
-
Constructor Summary
ConstructorDescriptionClientboundSetEntityMotionPacket
(int p_133182_, Vec3 p_133183_) ClientboundSetEntityMotionPacket
(FriendlyByteBuf p_179294_) ClientboundSetEntityMotionPacket
(Entity p_133185_) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
int
getXa()
int
getYa()
int
getZa()
void
handle
(ClientGamePacketListener p_133191_) void
write
(FriendlyByteBuf p_133194_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getId
public int getId() -
getXa
public int getXa() -
getYa
public int getYa() -
getZa
public int getZa()
-