Class PacketShowArea
java.lang.Object
me.desht.pneumaticcraft.common.network.LocationIntPacket
me.desht.pneumaticcraft.common.network.PacketShowArea
Received on: CLIENT
Sent by server to make a block entity render its area of effect
-
Field Summary
Fields inherited from class me.desht.pneumaticcraft.common.network.LocationIntPacket
pos -
Constructor Summary
ConstructorsConstructorDescriptionPacketShowArea(net.minecraft.core.BlockPos pos, Set<net.minecraft.core.BlockPos> area) PacketShowArea(net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos... area) -
Method Summary
-
Constructor Details
-
PacketShowArea
public PacketShowArea(net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos... area) -
PacketShowArea
-
-
Method Details
-
toBytes
public void toBytes(net.minecraft.network.FriendlyByteBuf buffer) - Overrides:
toBytesin classLocationIntPacket
-
handle
-