Uses of Record Class
net.minecraft.network.protocol.game.ServerboundSetTestBlockPacket
Packages that use ServerboundSetTestBlockPacket
-
Uses of ServerboundSetTestBlockPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundSetTestBlockPacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundSetTestBlockPacket> GamePacketTypes.SERVERBOUND_SET_TEST_BLOCKstatic final StreamCodec<FriendlyByteBuf, ServerboundSetTestBlockPacket> ServerboundSetTestBlockPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundSetTestBlockPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundSetTestBlockPacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleSetTestBlock(ServerboundSetTestBlockPacket pPacket) -
Uses of ServerboundSetTestBlockPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundSetTestBlockPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleSetTestBlock(ServerboundSetTestBlockPacket p_397316_)