net.minecraft.network.packet.c2s.play

public class PlayerHandActionC2SPacket

extends Packet

ji
net.minecraft.class_2066
net.minecraft.network.packet.c2s.play.PlayerHandActionC2SPacket
net.minecraft.network.play.client.C07PacketPlayerDigging

Field summary

Modifier and TypeField
private int
a
field_8811
x
diggedBlockX
private int
b
field_8812
y
diggedBlockY
private int
c
field_8813
z
diggedBlockZ
private int
d
field_8814
face
diggingBlockFace
private int
e
field_8815
action
status

Constructor summary

ModifierConstructor
public ()
public (int action, int x, int y, int z, int face)

Method summary

Modifier and TypeMethod
public void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(io arg0)
method_8013(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
processPacket(INetHandlerPlayServer handler)
public int
c()
method_8014()
getX()
getDiggedBlockX()
public int
d()
method_8015()
getY()
getDiggedBlockY()
public int
e()
method_8016()
getZ()
getDiggedBlockZ()
public int
f()
method_8017()
getFace()
getDiggingBlockFace()
public int
g()
method_8018()
getAction()
getDiggedBlockStatus()