Uses of Class
net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
Packages that use UpdateStructureBlockC2SPacket
Package
Description
-
Uses of UpdateStructureBlockC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type UpdateStructureBlockC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayPacketListener.onUpdateStructureBlock
(UpdateStructureBlockC2SPacket packet) -
Uses of UpdateStructureBlockC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type UpdateStructureBlockC2SPacketModifier and TypeFieldDescriptionstatic final PacketType
<UpdateStructureBlockC2SPacket> PlayPackets.SET_STRUCTURE_BLOCK
-
Uses of UpdateStructureBlockC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type UpdateStructureBlockC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, UpdateStructureBlockC2SPacket> UpdateStructureBlockC2SPacket.CODEC
Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type UpdateStructureBlockC2SPacket -
Uses of UpdateStructureBlockC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type UpdateStructureBlockC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onUpdateStructureBlock
(UpdateStructureBlockC2SPacket packet)