Uses of Class
net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
Packages that use BlockEventS2CPacket
Package
Description
-
Uses of BlockEventS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type BlockEventS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onBlockEvent
(BlockEventS2CPacket packet) -
Uses of BlockEventS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type BlockEventS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onBlockEvent
(BlockEventS2CPacket packet) -
Uses of BlockEventS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type BlockEventS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<BlockEventS2CPacket> PlayPackets.BLOCK_EVENT
-
Uses of BlockEventS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type BlockEventS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, BlockEventS2CPacket> BlockEventS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type BlockEventS2CPacket