Class CInputPacket
java.lang.Object
net.minecraft.network.play.client.CInputPacket
- All Implemented Interfaces:
IPacket<IServerPlayNetHandler>
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private boolean
private float
private float
-
Constructor Summary
ConstructorDescriptionCInputPacket
(float p_i46868_1_, float p_i46868_2_, boolean p_i46868_3_, boolean p_i46868_4_) -
Method Summary
Modifier and TypeMethodDescriptionfloat
getXxa()
float
getZza()
void
handle
(IServerPlayNetHandler p_148833_1_) boolean
boolean
void
read
(PacketBuffer p_148837_1_) void
write
(PacketBuffer p_148840_1_) 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.IPacket
isSkippable
-
Field Details
-
xxa
private float xxa -
zza
private float zza -
isJumping
private boolean isJumping -
isShiftKeyDown
private boolean isShiftKeyDown
-
-
Constructor Details
-
CInputPacket
public CInputPacket() -
CInputPacket
public CInputPacket(float p_i46868_1_, float p_i46868_2_, boolean p_i46868_3_, boolean p_i46868_4_)
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IServerPlayNetHandler>
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IServerPlayNetHandler>
- Throws:
IOException
-
handle
- Specified by:
handle
in interfaceIPacket<IServerPlayNetHandler>
-
getXxa
public float getXxa() -
getZza
public float getZza() -
isJumping
public boolean isJumping() -
isShiftKeyDown
public boolean isShiftKeyDown()
-