public class PlayerUseC2SPacket
implements Packet<ServerPlayPacketHandler>
| ja | |
| net.minecraft.unmapped.C_18902094 | |
| net.minecraft.network.packet.c2s.play.PlayerUseC2SPacket |
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 |
|