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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundSetEntityMotionPacket(int p_133182_, Vec3 p_133183_) ClientboundSetEntityMotionPacket(FriendlyByteBuf p_179294_) ClientboundSetEntityMotionPacket(Entity p_133185_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()intgetXa()intgetYa()intgetZa()voidhandle(ClientGamePacketListener p_133191_) voidwrite(FriendlyByteBuf p_133194_) 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- 
idprivate final int id
- 
xaprivate final int xa
- 
yaprivate final int ya
- 
zaprivate final int za
 
- 
- 
Constructor Details- 
ClientboundSetEntityMotionPacket
- 
ClientboundSetEntityMotionPacket
- 
ClientboundSetEntityMotionPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getIdpublic int getId()
- 
getXapublic int getXa()
- 
getYapublic int getYa()
- 
getZapublic int getZa()
 
-