net.minecraft.network.packet.c2s.play

public class PlayerUseC2SPacket

extends Packet

jo
net.minecraft.class_731
net.minecraft.network.packet.c2s.play.PlayerUseC2SPacket
net.minecraft.network.play.client.C08PacketPlayerBlockPlacement

Field summary

Modifier and TypeField
private int
a
field_8830
x
placedBlockX
private int
b
field_8831
y
placedBlockY
private int
c
field_8832
z
placedBlockZ
private int
d
field_8833
face
placedBlockDirection
private ItemStack
e
field_2682
itemInHand
stack
private float
f
field_8834
faceX
facingX
private float
g
field_8835
faceY
facingY
private float
h
field_8836
faceZ
facingZ

Constructor summary

ModifierConstructor
public ()
public (int x, int y, int z, int face, ItemStack itemInHand, float faceX, float faceY, float faceZ)

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_8037(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
processPacket(INetHandlerPlayServer handler)
public int
c()
method_8038()
getX()
getPlacedBlockX()
public int
d()
method_8039()
getY()
getPlacedBlockY()
public int
e()
method_8040()
getZ()
getPlacedBlockZ()
public int
f()
method_8041()
getFace()
getPlacedBlockDirection()
public ItemStack
g()
method_1948()
getItemInHand()
getStack()
public float
h()
method_8042()
getFaceX()
getPlacedBlockOffsetX()
public float
i()
method_8043()
getFaceY()
getPlacedBlockOffsetY()
public float
j()
method_8044()
getFaceZ()
getPlacedBlockOffsetZ()