public class C08PacketPlayerBlockPlacement extends java.lang.Object implements Packet<INetHandlerPlayServer>
Constructor and Description |
---|
C08PacketPlayerBlockPlacement() |
C08PacketPlayerBlockPlacement(BlockPos positionIn,
int placedBlockDirectionIn,
ItemStack stackIn,
float facingXIn,
float facingYIn,
float facingZIn) |
C08PacketPlayerBlockPlacement(ItemStack stackIn) |
Modifier and Type | Method and Description |
---|---|
int |
getPlacedBlockDirection() |
float |
getPlacedBlockOffsetX()
Returns the offset from xPosition where the actual click took place.
|
float |
getPlacedBlockOffsetY()
Returns the offset from yPosition where the actual click took place.
|
float |
getPlacedBlockOffsetZ()
Returns the offset from zPosition where the actual click took place.
|
BlockPos |
getPosition() |
ItemStack |
getStack() |
void |
processPacket(INetHandlerPlayServer handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
public C08PacketPlayerBlockPlacement()
public C08PacketPlayerBlockPlacement(ItemStack stackIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void processPacket(INetHandlerPlayServer handler)
processPacket
in interface Packet<INetHandlerPlayServer>
public BlockPos getPosition()
public int getPlacedBlockDirection()
public ItemStack getStack()
public float getPlacedBlockOffsetX()
public float getPlacedBlockOffsetY()
public float getPlacedBlockOffsetZ()