public class PlayerUseC2SPacket
implements Packet<ServerPlayPacketHandler>
| ja | |
| net.minecraft.class_731 | |
| net.minecraft.network.packet.c2s.play.PlayerUseC2SPacket | |
| net.minecraft.network.play.client.C08PacketPlayerBlockPlacement |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private static final BlockPos |
| ||||||||
| private BlockPos |
| ||||||||
| private int |
| ||||||||
| private ItemStack |
| ||||||||
| private float |
| ||||||||
| private float |
| ||||||||
| private float |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
| public | (ItemStack itemInHand) |
| public | (BlockPos pos, int face, ItemStack itemInHand, float faceX, float faceY, float faceZ) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public BlockPos |
| ||||||||
| public int |
| ||||||||
| public ItemStack |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public float |
|